id
int32
0
12.9k
code
sequencelengths
2
264k
12,400
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"\"", ",", "\"userContext\"", "}", ")", "public", "class", "GetPortletsLifetime", "{", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "RegistrationContext", "registrationContext", ";", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "List", "<", "PortletContext", ">", "portletContext", ";", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "UserContext", "userContext", ";", "public", "RegistrationContext", "getRegistrationContext", "(", ")", "{", "return", "registrationContext", ";", "}", "public", "void", "setRegistrationContext", "(", "RegistrationContext", "value", ")", "{", "this", ".", "registrationContext", "=", "value", ";", "}", "public", "List", "<", "PortletContext", ">", "getPortletContext", "(", ")", "{", "if", "(", "portletContext", "==", "null", ")", "{", "portletContext", "=", "new", "ArrayList", "<", "PortletContext", ">", "(", ")", ";", "}", "return", "this", ".", "portletContext", ";", "}", "public", "UserContext", "getUserContext", "(", ")", "{", "return", "userContext", ";", "}", "public", "void", "setUserContext", "(", "UserContext", "value", ")", "{", "this", ".", "userContext", "=", "value", ";", "}", "}", "</s>" ]
12,401
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"userContext\"", ",", "\"lifetime\"", "}", ")", "public", "class", "SetRegistrationLifetime", "{", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "RegistrationContext", "registrationContext", ";", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "UserContext", "userContext", ";", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "Lifetime", "lifetime", ";", "public", "RegistrationContext", "getRegistrationContext", "(", ")", "{", "return", "registrationContext", ";", "}", "public", "void", "setRegistrationContext", "(", "RegistrationContext", "value", ")", "{", "this", ".", "registrationContext", "=", "value", ";", "}", "public", "UserContext", "getUserContext", "(", ")", "{", "return", "userContext", ";", "}", "public", "void", "setUserContext", "(", "UserContext", "value", ")", "{", "this", ".", "userContext", "=", "value", ";", "}", "public", "Lifetime", "getLifetime", "(", ")", "{", "return", "lifetime", ";", "}", "public", "void", "setLifetime", "(", "Lifetime", "value", ")", "{", "this", ".", "lifetime", "=", "value", ";", "}", "}", "</s>" ]
12,402
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"MarkupType\"", ",", "propOrder", "=", "{", "\"mimeType\"", ",", "\"modes\"", ",", "\"windowStates\"", ",", "\"locales\"", ",", "\"extensions\"", "}", ")", "public", "class", "MarkupType", "{", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "String", "mimeType", ";", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "List", "<", "String", ">", "modes", ";", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "List", "<", "String", ">", "windowStates", ";", "protected", "List", "<", "String", ">", "locales", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "public", "String", "getMimeType", "(", ")", "{", "return", "mimeType", ";", "}", "public", "void", "setMimeType", "(", "String", "value", ")", "{", "this", ".", "mimeType", "=", "value", ";", "}", "public", "List", "<", "String", ">", "getModes", "(", ")", "{", "if", "(", "modes", "==", "null", ")", "{", "modes", "=", "new", "ArrayList", "<", "String", ">", "(", ")", ";", "}", "return", "this", ".", "modes", ";", "}", "public", "List", "<", "String", ">", "getWindowStates", "(", ")", "{", "if", "(", "windowStates", "==", "null", ")", "{", "windowStates", "=", "new", "ArrayList", "<", "String", ">", "(", ")", ";", "}", "return", "this", ".", "windowStates", ";", "}", "public", "List", "<", "String", ">", "getLocales", "(", ")", "{", "if", "(", "locales", "==", "null", ")", "{", "locales", "=", "new", "ArrayList", "<", "String", ">", "(", ")", ";", "}", "return", "this", ".", "locales", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "}", "</s>" ]
12,403
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "ws", ".", "WebFault", ";", "@", "WebFault", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "public", "class", "InconsistentParameters", "extends", "Exception", "{", "private", "InconsistentParametersFault", "faultInfo", ";", "public", "InconsistentParameters", "(", "String", "message", ",", "InconsistentParametersFault", "faultInfo", ")", "{", "super", "(", "message", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "InconsistentParameters", "(", "String", "message", ",", "InconsistentParametersFault", "faultInfo", ",", "Throwable", "cause", ")", "{", "super", "(", "message", ",", "cause", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "InconsistentParametersFault", "getFaultInfo", "(", ")", "{", "return", "faultInfo", ";", "}", "}", "</s>" ]
12,404
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"TelephoneNum\"", ",", "propOrder", "=", "{", "\"intcode\"", ",", "\"loccode\"", ",", "\"number\"", ",", "\"ext\"", ",", "\"comment\"", ",", "\"extensions\"", "}", ")", "public", "class", "TelephoneNum", "{", "protected", "String", "intcode", ";", "protected", "String", "loccode", ";", "protected", "String", "number", ";", "protected", "String", "ext", ";", "protected", "String", "comment", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "public", "String", "getIntcode", "(", ")", "{", "return", "intcode", ";", "}", "public", "void", "setIntcode", "(", "String", "value", ")", "{", "this", ".", "intcode", "=", "value", ";", "}", "public", "String", "getLoccode", "(", ")", "{", "return", "loccode", ";", "}", "public", "void", "setLoccode", "(", "String", "value", ")", "{", "this", ".", "loccode", "=", "value", ";", "}", "public", "String", "getNumber", "(", ")", "{", "return", "number", ";", "}", "public", "void", "setNumber", "(", "String", "value", ")", "{", "this", ".", "number", "=", "value", ";", "}", "public", "String", "getExt", "(", ")", "{", "return", "ext", ";", "}", "public", "void", "setExt", "(", "String", "value", ")", "{", "this", ".", "ext", "=", "value", ";", "}", "public", "String", "getComment", "(", ")", "{", "return", "comment", ";", "}", "public", "void", "setComment", "(", "String", "value", ")", "{", "this", ".", "comment", "=", "value", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "}", "</s>" ]
12,405
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlSchemaType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "import", "javax", ".", "xml", ".", "datatype", ".", "XMLGregorianCalendar", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"UserProfile\"", ",", "propOrder", "=", "{", "\"name\"", ",", "\"bdate\"", ",", "\"gender\"", ",", "\"employerInfo\"", ",", "\"homeInfo\"", ",", "\"businessInfo\"", ",", "\"extensions\"", "}", ")", "public", "class", "UserProfile", "{", "protected", "PersonName", "name", ";", "@", "XmlSchemaType", "(", "name", "=", "\"dateTime\"", ")", "protected", "XMLGregorianCalendar", "bdate", ";", "protected", "String", "gender", ";", "protected", "EmployerInfo", "employerInfo", ";", "protected", "Contact", "homeInfo", ";", "protected", "Contact", "businessInfo", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "public", "PersonName", "getName", "(", ")", "{", "return", "name", ";", "}", "public", "void", "setName", "(", "PersonName", "value", ")", "{", "this", ".", "name", "=", "value", ";", "}", "public", "XMLGregorianCalendar", "getBdate", "(", ")", "{", "return", "bdate", ";", "}", "public", "void", "setBdate", "(", "XMLGregorianCalendar", "value", ")", "{", "this", ".", "bdate", "=", "value", ";", "}", "public", "String", "getGender", "(", ")", "{", "return", "gender", ";", "}", "public", "void", "setGender", "(", "String", "value", ")", "{", "this", ".", "gender", "=", "value", ";", "}", "public", "EmployerInfo", "getEmployerInfo", "(", ")", "{", "return", "employerInfo", ";", "}", "public", "void", "setEmployerInfo", "(", "EmployerInfo", "value", ")", "{", "this", ".", "employerInfo", "=", "value", ";", "}", "public", "Contact", "getHomeInfo", "(", ")", "{", "return", "homeInfo", ";", "}", "public", "void", "setHomeInfo", "(", "Contact", "value", ")", "{", "this", ".", "homeInfo", "=", "value", ";", "}", "public", "Contact", "getBusinessInfo", "(", ")", "{", "return", "businessInfo", ";", "}", "public", "void", "setBusinessInfo", "(", "Contact", "value", ")", "{", "this", ".", "businessInfo", "=", "value", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "}", "</s>" ]
12,406
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"register\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"lifetime\"", ",", "\"userContext\"", "}", ")", "public", "class", "Register", "{", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "RegistrationData", "registrationData", ";", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "Lifetime", "lifetime", ";", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "UserContext", "userContext", ";", "public", "RegistrationData", "getRegistrationData", "(", ")", "{", "return", "registrationData", ";", "}", "public", "void", "setRegistrationData", "(", "RegistrationData", "value", ")", "{", "this", ".", "registrationData", "=", "value", ";", "}", "public", "Lifetime", "getLifetime", "(", ")", "{", "return", "lifetime", ";", "}", "public", "void", "setLifetime", "(", "Lifetime", "value", ")", "{", "this", ".", "lifetime", "=", "value", ";", "}", "public", "UserContext", "getUserContext", "(", ")", "{", "return", "userContext", ";", "}", "public", "void", "setUserContext", "(", "UserContext", "value", ")", "{", "this", ".", "userContext", "=", "value", ";", "}", "}", "</s>" ]
12,407
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"portletState\"", ",", "\"\"", ",", "\"extensions\"", "}", ")", "public", "class", "PortletContext", "{", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "String", "portletHandle", ";", "protected", "byte", "[", "]", "portletState", ";", "protected", "Lifetime", "scheduledDestruction", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "public", "String", "getPortletHandle", "(", ")", "{", "return", "portletHandle", ";", "}", "public", "void", "setPortletHandle", "(", "String", "value", ")", "{", "this", ".", "portletHandle", "=", "value", ";", "}", "public", "byte", "[", "]", "getPortletState", "(", ")", "{", "return", "portletState", ";", "}", "public", "void", "setPortletState", "(", "byte", "[", "]", "value", ")", "{", "this", ".", "portletState", "=", "(", "(", "byte", "[", "]", ")", "value", ")", ";", "}", "public", "Lifetime", "getScheduledDestruction", "(", ")", "{", "return", "scheduledDestruction", ";", "}", "public", "void", "setScheduledDestruction", "(", "Lifetime", "value", ")", "{", "this", ".", "scheduledDestruction", "=", "value", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "}", "</s>" ]
12,408
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ")", "public", "class", "InvalidRegistrationFault", "extends", "Fault", "{", "}", "</s>" ]
12,409
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "ws", ".", "WebFault", ";", "@", "WebFault", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "public", "class", "ExportNoLongerValid", "extends", "Exception", "{", "private", "ExportNoLongerValidFault", "faultInfo", ";", "public", "ExportNoLongerValid", "(", "String", "message", ",", "ExportNoLongerValidFault", "faultInfo", ")", "{", "super", "(", "message", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "ExportNoLongerValid", "(", "String", "message", ",", "ExportNoLongerValidFault", "faultInfo", ",", "Throwable", "cause", ")", "{", "super", "(", "message", ",", "cause", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "ExportNoLongerValidFault", "getFaultInfo", "(", ")", "{", "return", "faultInfo", ";", "}", "}", "</s>" ]
12,410
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "ws", ".", "WebFault", ";", "@", "WebFault", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "public", "class", "InvalidHandle", "extends", "Exception", "{", "private", "InvalidHandleFault", "faultInfo", ";", "public", "InvalidHandle", "(", "String", "message", ",", "InvalidHandleFault", "faultInfo", ")", "{", "super", "(", "message", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "InvalidHandle", "(", "String", "message", ",", "InvalidHandleFault", "faultInfo", ",", "Throwable", "cause", ")", "{", "super", "(", "message", ",", "cause", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "InvalidHandleFault", "getFaultInfo", "(", ")", "{", "return", "faultInfo", ";", "}", "}", "</s>" ]
12,411
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"\"", ",", "\"userContext\"", ",", "\"names\"", "}", ")", "public", "class", "GetPortletProperties", "{", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "RegistrationContext", "registrationContext", ";", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "PortletContext", "portletContext", ";", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "UserContext", "userContext", ";", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "List", "<", "String", ">", "names", ";", "public", "RegistrationContext", "getRegistrationContext", "(", ")", "{", "return", "registrationContext", ";", "}", "public", "void", "setRegistrationContext", "(", "RegistrationContext", "value", ")", "{", "this", ".", "registrationContext", "=", "value", ";", "}", "public", "PortletContext", "getPortletContext", "(", ")", "{", "return", "portletContext", ";", "}", "public", "void", "setPortletContext", "(", "PortletContext", "value", ")", "{", "this", ".", "portletContext", "=", "value", ";", "}", "public", "UserContext", "getUserContext", "(", ")", "{", "return", "userContext", ";", "}", "public", "void", "setUserContext", "(", "UserContext", "value", ")", "{", "this", ".", "userContext", "=", "value", ";", "}", "public", "List", "<", "String", ">", "getNames", "(", ")", "{", "if", "(", "names", "==", "null", ")", "{", "names", "=", "new", "ArrayList", "<", "String", ">", "(", ")", ";", "}", "return", "this", ".", "names", ";", "}", "}", "</s>" ]
12,412
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "jws", ".", "WebMethod", ";", "import", "javax", ".", "jws", ".", "WebParam", ";", "import", "javax", ".", "jws", ".", "WebService", ";", "import", "javax", ".", "xml", ".", "ws", ".", "Holder", ";", "import", "javax", ".", "xml", ".", "ws", ".", "RequestWrapper", ";", "import", "javax", ".", "xml", ".", "ws", ".", "ResponseWrapper", ";", "@", "WebService", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "public", "interface", "WSRPV2ServiceDescriptionPortType", "{", "@", "WebMethod", "(", "action", "=", "\"\"", ")", "@", "RequestWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "@", "ResponseWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "public", "void", "getServiceDescription", "(", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "RegistrationContext", "registrationContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "List", "<", "String", ">", "desiredLocales", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "List", "<", "String", ">", "portletHandles", ",", "@", "WebParam", "(", "name", "=", "\"userContext\"", ",", "targetNamespace", "=", "\"\"", ")", "UserContext", "userContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "Boolean", ">", "requiresRegistration", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "PortletDescription", ">", ">", "offeredPortlets", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "ItemDescription", ">", ">", "userCategoryDescriptions", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "ExtensionDescription", ">", ">", "extensionDescriptions", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "ItemDescription", ">", ">", "customWindowStateDescriptions", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "ItemDescription", ">", ">", "customModeDescriptions", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "CookieProtocol", ">", "requiresInitCookie", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "ModelDescription", ">", "registrationPropertyDescription", ",", "@", "WebParam", "(", "name", "=", "\"locales\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "String", ">", ">", "locales", ",", "@", "WebParam", "(", "name", "=", "\"resourceList\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "ResourceList", ">", "resourceList", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "EventDescription", ">", ">", "eventDescriptions", ",", "@", "WebParam", "(", "name", "=", "\"schemaType\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "ModelTypes", ">", "schemaType", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "String", ">", ">", "supportedOptions", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "ExportDescription", ">", "exportDescription", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "Boolean", ">", "mayReturnRegistrationState", ",", "@", "WebParam", "(", "name", "=", "\"extensions\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "Extension", ">", ">", "extensions", ")", "throws", "InvalidRegistration", ",", "ModifyRegistrationRequired", ",", "OperationFailed", ",", "ResourceSuspended", ";", "}", "</s>" ]
12,413
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAttribute", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlSchemaType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "import", "javax", ".", "xml", ".", "namespace", ".", "QName", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"aliases\"", ",", "\"description\"", ",", "\"label\"", ",", "\"hint\"", ",", "\"schemaType\"", ",", "\"extensions\"", "}", ")", "public", "class", "EventDescription", "{", "protected", "List", "<", "QName", ">", "aliases", ";", "protected", "LocalizedString", "description", ";", "protected", "LocalizedString", "label", ";", "protected", "LocalizedString", "hint", ";", "protected", "ModelTypes", "schemaType", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "@", "XmlAttribute", "(", "required", "=", "true", ")", "protected", "QName", "name", ";", "@", "XmlAttribute", "protected", "QName", "type", ";", "@", "XmlAttribute", "@", "XmlSchemaType", "(", "name", "=", "\"anyURI\"", ")", "protected", "String", "schemaLocation", ";", "public", "List", "<", "QName", ">", "getAliases", "(", ")", "{", "if", "(", "aliases", "==", "null", ")", "{", "aliases", "=", "new", "ArrayList", "<", "QName", ">", "(", ")", ";", "}", "return", "this", ".", "aliases", ";", "}", "public", "LocalizedString", "getDescription", "(", ")", "{", "return", "description", ";", "}", "public", "void", "setDescription", "(", "LocalizedString", "value", ")", "{", "this", ".", "description", "=", "value", ";", "}", "public", "LocalizedString", "getLabel", "(", ")", "{", "return", "label", ";", "}", "public", "void", "setLabel", "(", "LocalizedString", "value", ")", "{", "this", ".", "label", "=", "value", ";", "}", "public", "LocalizedString", "getHint", "(", ")", "{", "return", "hint", ";", "}", "public", "void", "setHint", "(", "LocalizedString", "value", ")", "{", "this", ".", "hint", "=", "value", ";", "}", "public", "ModelTypes", "getSchemaType", "(", ")", "{", "return", "schemaType", ";", "}", "public", "void", "setSchemaType", "(", "ModelTypes", "value", ")", "{", "this", ".", "schemaType", "=", "value", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "public", "QName", "getName", "(", ")", "{", "return", "name", ";", "}", "public", "void", "setName", "(", "QName", "value", ")", "{", "this", ".", "name", "=", "value", ";", "}", "public", "QName", "getType", "(", ")", "{", "return", "type", ";", "}", "public", "void", "setType", "(", "QName", "value", ")", "{", "this", ".", "type", "=", "value", ";", "}", "public", "String", "getSchemaLocation", "(", ")", "{", "return", "schemaLocation", ";", "}", "public", "void", "setSchemaLocation", "(", "String", "value", ")", "{", "this", ".", "schemaLocation", "=", "value", ";", "}", "}", "</s>" ]
12,414
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "ws", ".", "WebFault", ";", "@", "WebFault", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "public", "class", "InvalidUserCategory", "extends", "Exception", "{", "private", "InvalidUserCategoryFault", "faultInfo", ";", "public", "InvalidUserCategory", "(", "String", "message", ",", "InvalidUserCategoryFault", "faultInfo", ")", "{", "super", "(", "message", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "InvalidUserCategory", "(", "String", "message", ",", "InvalidUserCategoryFault", "faultInfo", ",", "Throwable", "cause", ")", "{", "super", "(", "message", ",", "cause", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "InvalidUserCategoryFault", "getFaultInfo", "(", ")", "{", "return", "faultInfo", ";", "}", "}", "</s>" ]
12,415
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"\"", ",", "\"extensions\"", "}", ")", "public", "class", "MarkupResponse", "{", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "MarkupContext", "markupContext", ";", "protected", "SessionContext", "sessionContext", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "public", "MarkupContext", "getMarkupContext", "(", ")", "{", "return", "markupContext", ";", "}", "public", "void", "setMarkupContext", "(", "MarkupContext", "value", ")", "{", "this", ".", "markupContext", "=", "value", ";", "}", "public", "SessionContext", "getSessionContext", "(", ")", "{", "return", "sessionContext", ";", "}", "public", "void", "setSessionContext", "(", "SessionContext", "value", ")", "{", "this", ".", "sessionContext", "=", "value", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "}", "</s>" ]
12,416
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"PersonName\"", ",", "propOrder", "=", "{", "\"prefix\"", ",", "\"given\"", ",", "\"family\"", ",", "\"middle\"", ",", "\"suffix\"", ",", "\"nickname\"", ",", "\"extensions\"", "}", ")", "public", "class", "PersonName", "{", "protected", "String", "prefix", ";", "protected", "String", "given", ";", "protected", "String", "family", ";", "protected", "String", "middle", ";", "protected", "String", "suffix", ";", "protected", "String", "nickname", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "public", "String", "getPrefix", "(", ")", "{", "return", "prefix", ";", "}", "public", "void", "setPrefix", "(", "String", "value", ")", "{", "this", ".", "prefix", "=", "value", ";", "}", "public", "String", "getGiven", "(", ")", "{", "return", "given", ";", "}", "public", "void", "setGiven", "(", "String", "value", ")", "{", "this", ".", "given", "=", "value", ";", "}", "public", "String", "getFamily", "(", ")", "{", "return", "family", ";", "}", "public", "void", "setFamily", "(", "String", "value", ")", "{", "this", ".", "family", "=", "value", ";", "}", "public", "String", "getMiddle", "(", ")", "{", "return", "middle", ";", "}", "public", "void", "setMiddle", "(", "String", "value", ")", "{", "this", ".", "middle", "=", "value", ";", "}", "public", "String", "getSuffix", "(", ")", "{", "return", "suffix", ";", "}", "public", "void", "setSuffix", "(", "String", "value", ")", "{", "this", ".", "suffix", "=", "value", ";", "}", "public", "String", "getNickname", "(", ")", "{", "return", "nickname", ";", "}", "public", "void", "setNickname", "(", "String", "value", ")", "{", "this", ".", "nickname", "=", "value", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "}", "</s>" ]
12,417
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "ws", ".", "WebFault", ";", "@", "WebFault", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "public", "class", "UnsupportedLocale", "extends", "Exception", "{", "private", "UnsupportedLocaleFault", "faultInfo", ";", "public", "UnsupportedLocale", "(", "String", "message", ",", "UnsupportedLocaleFault", "faultInfo", ")", "{", "super", "(", "message", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "UnsupportedLocale", "(", "String", "message", ",", "UnsupportedLocaleFault", "faultInfo", ",", "Throwable", "cause", ")", "{", "super", "(", "message", ",", "cause", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "UnsupportedLocaleFault", "getFaultInfo", "(", ")", "{", "return", "faultInfo", ";", "}", "}", "</s>" ]
12,418
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "jws", ".", "WebMethod", ";", "import", "javax", ".", "jws", ".", "WebParam", ";", "import", "javax", ".", "jws", ".", "WebResult", ";", "import", "javax", ".", "jws", ".", "WebService", ";", "import", "javax", ".", "jws", ".", "soap", ".", "SOAPBinding", ";", "import", "javax", ".", "xml", ".", "ws", ".", "Holder", ";", "import", "javax", ".", "xml", ".", "ws", ".", "RequestWrapper", ";", "import", "javax", ".", "xml", ".", "ws", ".", "ResponseWrapper", ";", "@", "WebService", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "public", "interface", "WSRPV2RegistrationPortType", "{", "@", "WebMethod", "(", "action", "=", "\"\"", ")", "@", "RequestWrapper", "(", "localName", "=", "\"register\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "@", "ResponseWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "public", "void", "register", "(", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "RegistrationData", "registrationData", ",", "@", "WebParam", "(", "name", "=", "\"lifetime\"", ",", "targetNamespace", "=", "\"\"", ")", "Lifetime", "lifetime", ",", "@", "WebParam", "(", "name", "=", "\"userContext\"", ",", "targetNamespace", "=", "\"\"", ")", "UserContext", "userContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "byte", "[", "]", ">", "registrationState", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "Lifetime", ">", "scheduledDestruction", ",", "@", "WebParam", "(", "name", "=", "\"extensions\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "Extension", ">", ">", "extensions", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "String", ">", "registrationHandle", ")", "throws", "MissingParameters", ",", "OperationFailed", ",", "OperationNotSupported", ";", "@", "WebMethod", "(", "action", "=", "\"\"", ")", "@", "WebResult", "(", "name", "=", "\"extensions\"", ",", "targetNamespace", "=", "\"\"", ")", "@", "RequestWrapper", "(", "localName", "=", "\"deregister\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "@", "ResponseWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "public", "List", "<", "Extension", ">", "deregister", "(", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "RegistrationContext", "registrationContext", ",", "@", "WebParam", "(", "name", "=", "\"userContext\"", ",", "targetNamespace", "=", "\"\"", ")", "UserContext", "userContext", ")", "throws", "InvalidRegistration", ",", "OperationFailed", ",", "OperationNotSupported", ",", "ResourceSuspended", ";", "@", "WebMethod", "(", "action", "=", "\"\"", ")", "@", "RequestWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "@", "ResponseWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "public", "void", "modifyRegistration", "(", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "RegistrationContext", "registrationContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "RegistrationData", "registrationData", ",", "@", "WebParam", "(", "name", "=", "\"userContext\"", ",", "targetNamespace", "=", "\"\"", ")", "UserContext", "userContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "byte", "[", "]", ">", "registrationState", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "Lifetime", ">", "scheduledDestruction", ",", "@", "WebParam", "(", "name", "=", "\"extensions\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "Extension", ">", ">", "extensions", ")", "throws", "InvalidRegistration", ",", "MissingParameters", ",", "OperationFailed", ",", "OperationNotSupported", ",", "ResourceSuspended", ";", "@", "WebMethod", "(", "action", "=", "\"\"", ")", "@", "WebResult", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "partName", "=", "\"\"", ")", "@", "SOAPBinding", "(", "parameterStyle", "=", "SOAPBinding", ".", "ParameterStyle", ".", "BARE", ")", "public", "Lifetime", "getRegistrationLifetime", "(", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "partName", "=", "\"\"", ")", "GetRegistrationLifetime", "getRegistrationLifetime", ")", "throws", "AccessDenied", ",", "InvalidHandle", ",", "InvalidRegistration", ",", "ModifyRegistrationRequired", ",", "OperationFailed", ",", "OperationNotSupported", ",", "ResourceSuspended", ";", "@", "WebMethod", "(", "action", "=", "\"\"", ")", "@", "WebResult", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "partName", "=", "\"\"", ")", "@", "SOAPBinding", "(", "parameterStyle", "=", "SOAPBinding", ".", "ParameterStyle", ".", "BARE", ")", "public", "Lifetime", "setRegistrationLifetime", "(", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "partName", "=", "\"\"", ")", "SetRegistrationLifetime", "setRegistrationLifetime", ")", "throws", "AccessDenied", ",", "InvalidHandle", ",", "InvalidRegistration", ",", "ModifyRegistrationRequired", ",", "OperationFailed", ",", "OperationNotSupported", ",", "ResourceSuspended", ";", "}", "</s>" ]
12,419
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"getResource\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"\"", ",", "\"\"", ",", "\"userContext\"", ",", "\"\"", "}", ")", "public", "class", "GetResource", "{", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "RegistrationContext", "registrationContext", ";", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "PortletContext", "portletContext", ";", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "RuntimeContext", "runtimeContext", ";", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "UserContext", "userContext", ";", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "ResourceParams", "resourceParams", ";", "public", "RegistrationContext", "getRegistrationContext", "(", ")", "{", "return", "registrationContext", ";", "}", "public", "void", "setRegistrationContext", "(", "RegistrationContext", "value", ")", "{", "this", ".", "registrationContext", "=", "value", ";", "}", "public", "PortletContext", "getPortletContext", "(", ")", "{", "return", "portletContext", ";", "}", "public", "void", "setPortletContext", "(", "PortletContext", "value", ")", "{", "this", ".", "portletContext", "=", "value", ";", "}", "public", "RuntimeContext", "getRuntimeContext", "(", ")", "{", "return", "runtimeContext", ";", "}", "public", "void", "setRuntimeContext", "(", "RuntimeContext", "value", ")", "{", "this", ".", "runtimeContext", "=", "value", ";", "}", "public", "UserContext", "getUserContext", "(", ")", "{", "return", "userContext", ";", "}", "public", "void", "setUserContext", "(", "UserContext", "value", ")", "{", "this", ".", "userContext", "=", "value", ";", "}", "public", "ResourceParams", "getResourceParams", "(", ")", "{", "return", "resourceParams", ";", "}", "public", "void", "setResourceParams", "(", "ResourceParams", "value", ")", "{", "this", ".", "resourceParams", "=", "value", ";", "}", "}", "</s>" ]
12,420
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAttribute", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"Resource\"", ",", "propOrder", "=", "{", "\"values\"", ",", "\"extensions\"", "}", ")", "public", "class", "Resource", "{", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "List", "<", "ResourceValue", ">", "values", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "@", "XmlAttribute", "(", "required", "=", "true", ")", "protected", "String", "resourceName", ";", "public", "List", "<", "ResourceValue", ">", "getValues", "(", ")", "{", "if", "(", "values", "==", "null", ")", "{", "values", "=", "new", "ArrayList", "<", "ResourceValue", ">", "(", ")", ";", "}", "return", "this", ".", "values", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "public", "String", "getResourceName", "(", ")", "{", "return", "resourceName", ";", "}", "public", "void", "setResourceName", "(", "String", "value", ")", "{", "this", ".", "resourceName", "=", "value", ";", "}", "}", "</s>" ]
12,421
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAttribute", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"EventParams\"", ",", "propOrder", "=", "{", "\"events\"", ",", "\"extensions\"", "}", ")", "public", "class", "EventParams", "{", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "List", "<", "Event", ">", "events", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "@", "XmlAttribute", "(", "required", "=", "true", ")", "protected", "StateChange", "portletStateChange", ";", "public", "List", "<", "Event", ">", "getEvents", "(", ")", "{", "if", "(", "events", "==", "null", ")", "{", "events", "=", "new", "ArrayList", "<", "Event", ">", "(", ")", ";", "}", "return", "this", ".", "events", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "public", "StateChange", "getPortletStateChange", "(", ")", "{", "return", "portletStateChange", ";", "}", "public", "void", "setPortletStateChange", "(", "StateChange", "value", ")", "{", "this", ".", "portletStateChange", "=", "value", ";", "}", "}", "</s>" ]
12,422
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAttribute", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"publicValues\"", ",", "\"extensions\"", "}", ")", "public", "class", "NavigationalContext", "{", "protected", "List", "<", "NamedString", ">", "publicValues", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "@", "XmlAttribute", "protected", "String", "opaqueValue", ";", "public", "List", "<", "NamedString", ">", "getPublicValues", "(", ")", "{", "if", "(", "publicValues", "==", "null", ")", "{", "publicValues", "=", "new", "ArrayList", "<", "NamedString", ">", "(", ")", ";", "}", "return", "this", ".", "publicValues", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "public", "String", "getOpaqueValue", "(", ")", "{", "return", "opaqueValue", ";", "}", "public", "void", "setOpaqueValue", "(", "String", "value", ")", "{", "this", ".", "opaqueValue", "=", "value", ";", "}", "}", "</s>" ]
12,423
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "ws", ".", "WebFault", ";", "@", "WebFault", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "public", "class", "UnsupportedMimeType", "extends", "Exception", "{", "private", "UnsupportedMimeTypeFault", "faultInfo", ";", "public", "UnsupportedMimeType", "(", "String", "message", ",", "UnsupportedMimeTypeFault", "faultInfo", ")", "{", "super", "(", "message", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "UnsupportedMimeType", "(", "String", "message", ",", "UnsupportedMimeTypeFault", "faultInfo", ",", "Throwable", "cause", ")", "{", "super", "(", "message", ",", "cause", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "UnsupportedMimeTypeFault", "getFaultInfo", "(", ")", "{", "return", "faultInfo", ";", "}", "}", "</s>" ]
12,424
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"clonePortlet\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"\"", ",", "\"userContext\"", ",", "\"lifetime\"", "}", ")", "public", "class", "ClonePortlet", "{", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "RegistrationContext", "registrationContext", ";", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "PortletContext", "portletContext", ";", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "UserContext", "userContext", ";", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "Lifetime", "lifetime", ";", "public", "RegistrationContext", "getRegistrationContext", "(", ")", "{", "return", "registrationContext", ";", "}", "public", "void", "setRegistrationContext", "(", "RegistrationContext", "value", ")", "{", "this", ".", "registrationContext", "=", "value", ";", "}", "public", "PortletContext", "getPortletContext", "(", ")", "{", "return", "portletContext", ";", "}", "public", "void", "setPortletContext", "(", "PortletContext", "value", ")", "{", "this", ".", "portletContext", "=", "value", ";", "}", "public", "UserContext", "getUserContext", "(", ")", "{", "return", "userContext", ";", "}", "public", "void", "setUserContext", "(", "UserContext", "value", ")", "{", "this", ".", "userContext", "=", "value", ";", "}", "public", "Lifetime", "getLifetime", "(", ")", "{", "return", "lifetime", ";", "}", "public", "void", "setLifetime", "(", "Lifetime", "value", ")", "{", "this", ".", "lifetime", "=", "value", ";", "}", "}", "</s>" ]
12,425
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", "}", ")", "public", "class", "FailedPortlets", "extends", "BaseFailed", "{", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "List", "<", "String", ">", "portletHandles", ";", "public", "List", "<", "String", ">", "getPortletHandles", "(", ")", "{", "if", "(", "portletHandles", "==", "null", ")", "{", "portletHandles", "=", "new", "ArrayList", "<", "String", ">", "(", ")", ";", "}", "return", "this", ".", "portletHandles", ";", "}", "}", "</s>" ]
12,426
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"\"", ",", "\"\"", ",", "\"extensions\"", "}", ")", "public", "class", "ResourceResponse", "{", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "ResourceContext", "resourceContext", ";", "protected", "SessionContext", "sessionContext", ";", "protected", "PortletContext", "portletContext", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "public", "ResourceContext", "getResourceContext", "(", ")", "{", "return", "resourceContext", ";", "}", "public", "void", "setResourceContext", "(", "ResourceContext", "value", ")", "{", "this", ".", "resourceContext", "=", "value", ";", "}", "public", "SessionContext", "getSessionContext", "(", ")", "{", "return", "sessionContext", ";", "}", "public", "void", "setSessionContext", "(", "SessionContext", "value", ")", "{", "this", ".", "sessionContext", "=", "value", ";", "}", "public", "PortletContext", "getPortletContext", "(", ")", "{", "return", "portletContext", ";", "}", "public", "void", "setPortletContext", "(", "PortletContext", "value", ")", "{", "this", ".", "portletContext", "=", "value", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "}", "</s>" ]
12,427
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"extensions\"", "}", ")", "public", "class", "DestroyPortletsResponse", "{", "protected", "List", "<", "FailedPortlets", ">", "failedPortlets", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "public", "List", "<", "FailedPortlets", ">", "getFailedPortlets", "(", ")", "{", "if", "(", "failedPortlets", "==", "null", ")", "{", "failedPortlets", "=", "new", "ArrayList", "<", "FailedPortlets", ">", "(", ")", ";", "}", "return", "this", ".", "failedPortlets", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "}", "</s>" ]
12,428
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "ws", ".", "WebFault", ";", "@", "WebFault", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "public", "class", "ModifyRegistrationRequired", "extends", "Exception", "{", "private", "ModifyRegistrationRequiredFault", "faultInfo", ";", "public", "ModifyRegistrationRequired", "(", "String", "message", ",", "ModifyRegistrationRequiredFault", "faultInfo", ")", "{", "super", "(", "message", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "ModifyRegistrationRequired", "(", "String", "message", ",", "ModifyRegistrationRequiredFault", "faultInfo", ",", "Throwable", "cause", ")", "{", "super", "(", "message", ",", "cause", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "ModifyRegistrationRequiredFault", "getFaultInfo", "(", ")", "{", "return", "faultInfo", ";", "}", "}", "</s>" ]
12,429
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"deregister\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"userContext\"", "}", ")", "public", "class", "Deregister", "{", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "RegistrationContext", "registrationContext", ";", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "UserContext", "userContext", ";", "public", "RegistrationContext", "getRegistrationContext", "(", ")", "{", "return", "registrationContext", ";", "}", "public", "void", "setRegistrationContext", "(", "RegistrationContext", "value", ")", "{", "this", ".", "registrationContext", "=", "value", ";", "}", "public", "UserContext", "getUserContext", "(", ")", "{", "return", "userContext", ";", "}", "public", "void", "setUserContext", "(", "UserContext", "value", ")", "{", "this", ".", "userContext", "=", "value", ";", "}", "}", "</s>" ]
12,430
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"Online\"", ",", "propOrder", "=", "{", "\"email\"", ",", "\"uri\"", ",", "\"extensions\"", "}", ")", "public", "class", "Online", "{", "protected", "String", "email", ";", "protected", "String", "uri", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "public", "String", "getEmail", "(", ")", "{", "return", "email", ";", "}", "public", "void", "setEmail", "(", "String", "value", ")", "{", "this", ".", "email", "=", "value", ";", "}", "public", "String", "getUri", "(", ")", "{", "return", "uri", ";", "}", "public", "void", "setUri", "(", "String", "value", ")", "{", "this", ".", "uri", "=", "value", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "}", "</s>" ]
12,431
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAttribute", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"ClientData\"", ",", "propOrder", "=", "{", "\"userAgent\"", ",", "\"ccppHeaders\"", ",", "\"\"", ",", "\"extensions\"", "}", ")", "public", "class", "ClientData", "{", "protected", "String", "userAgent", ";", "protected", "CCPPHeaders", "ccppHeaders", ";", "protected", "List", "<", "NamedString", ">", "clientAttributes", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "@", "XmlAttribute", "protected", "String", "requestVerb", ";", "public", "String", "getUserAgent", "(", ")", "{", "return", "userAgent", ";", "}", "public", "void", "setUserAgent", "(", "String", "value", ")", "{", "this", ".", "userAgent", "=", "value", ";", "}", "public", "CCPPHeaders", "getCcppHeaders", "(", ")", "{", "return", "ccppHeaders", ";", "}", "public", "void", "setCcppHeaders", "(", "CCPPHeaders", "value", ")", "{", "this", ".", "ccppHeaders", "=", "value", ";", "}", "public", "List", "<", "NamedString", ">", "getClientAttributes", "(", ")", "{", "if", "(", "clientAttributes", "==", "null", ")", "{", "clientAttributes", "=", "new", "ArrayList", "<", "NamedString", ">", "(", ")", ";", "}", "return", "this", ".", "clientAttributes", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "public", "String", "getRequestVerb", "(", ")", "{", "return", "requestVerb", ";", "}", "public", "void", "setRequestVerb", "(", "String", "value", ")", "{", "this", ".", "requestVerb", "=", "value", ";", "}", "}", "</s>" ]
12,432
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAttribute", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "import", "javax", ".", "xml", ".", "namespace", ".", "QName", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ")", "public", "class", "ResetProperty", "{", "@", "XmlAttribute", "(", "required", "=", "true", ")", "protected", "QName", "name", ";", "public", "QName", "getName", "(", ")", "{", "return", "name", ";", "}", "public", "void", "setName", "(", "QName", "value", ")", "{", "this", ".", "name", "=", "value", ";", "}", "}", "</s>" ]
12,433
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAnyElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlRootElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "import", "org", ".", "w3c", ".", "dom", ".", "Element", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"any\"", "}", ")", "@", "XmlRootElement", "(", "name", "=", "\"\"", ")", "public", "class", "NewWindowState", "{", "@", "XmlAnyElement", "(", "lax", "=", "true", ")", "protected", "Object", "any", ";", "public", "Object", "getAny", "(", ")", "{", "return", "any", ";", "}", "public", "void", "setAny", "(", "Object", "value", ")", "{", "this", ".", "any", "=", "value", ";", "}", "}", "</s>" ]
12,434
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"\"", ",", "\"\"", ",", "\"userContext\"", ",", "\"lifetime\"", "}", ")", "public", "class", "ImportPortlets", "{", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "RegistrationContext", "registrationContext", ";", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "byte", "[", "]", "importContext", ";", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "List", "<", "ImportPortlet", ">", "importPortlet", ";", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "UserContext", "userContext", ";", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "Lifetime", "lifetime", ";", "public", "RegistrationContext", "getRegistrationContext", "(", ")", "{", "return", "registrationContext", ";", "}", "public", "void", "setRegistrationContext", "(", "RegistrationContext", "value", ")", "{", "this", ".", "registrationContext", "=", "value", ";", "}", "public", "byte", "[", "]", "getImportContext", "(", ")", "{", "return", "importContext", ";", "}", "public", "void", "setImportContext", "(", "byte", "[", "]", "value", ")", "{", "this", ".", "importContext", "=", "(", "(", "byte", "[", "]", ")", "value", ")", ";", "}", "public", "List", "<", "ImportPortlet", ">", "getImportPortlet", "(", ")", "{", "if", "(", "importPortlet", "==", "null", ")", "{", "importPortlet", "=", "new", "ArrayList", "<", "ImportPortlet", ">", "(", ")", ";", "}", "return", "this", ".", "importPortlet", ";", "}", "public", "UserContext", "getUserContext", "(", ")", "{", "return", "userContext", ";", "}", "public", "void", "setUserContext", "(", "UserContext", "value", ")", "{", "this", ".", "userContext", "=", "value", ";", "}", "public", "Lifetime", "getLifetime", "(", ")", "{", "return", "lifetime", ";", "}", "public", "void", "setLifetime", "(", "Lifetime", "value", ")", "{", "this", ".", "lifetime", "=", "value", ";", "}", "}", "</s>" ]
12,435
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "import", "java", ".", "io", ".", "Serializable", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"Fault\"", ")", "public", "class", "Fault", "implements", "Serializable", "{", "}", "</s>" ]
12,436
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"sessionIDs\"", ",", "\"userContext\"", "}", ")", "public", "class", "ReleaseSessions", "{", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "RegistrationContext", "registrationContext", ";", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "List", "<", "String", ">", "sessionIDs", ";", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "UserContext", "userContext", ";", "public", "RegistrationContext", "getRegistrationContext", "(", ")", "{", "return", "registrationContext", ";", "}", "public", "void", "setRegistrationContext", "(", "RegistrationContext", "value", ")", "{", "this", ".", "registrationContext", "=", "value", ";", "}", "public", "List", "<", "String", ">", "getSessionIDs", "(", ")", "{", "if", "(", "sessionIDs", "==", "null", ")", "{", "sessionIDs", "=", "new", "ArrayList", "<", "String", ">", "(", ")", ";", "}", "return", "this", ".", "sessionIDs", ";", "}", "public", "UserContext", "getUserContext", "(", ")", "{", "return", "userContext", ";", "}", "public", "void", "setUserContext", "(", "UserContext", "value", ")", "{", "this", ".", "userContext", "=", "value", ";", "}", "}", "</s>" ]
12,437
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ")", "public", "class", "InvalidCookieFault", "extends", "Fault", "{", "}", "</s>" ]
12,438
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"EmployerInfo\"", ",", "propOrder", "=", "{", "\"employer\"", ",", "\"department\"", ",", "\"jobtitle\"", ",", "\"extensions\"", "}", ")", "public", "class", "EmployerInfo", "{", "protected", "String", "employer", ";", "protected", "String", "department", ";", "protected", "String", "jobtitle", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "public", "String", "getEmployer", "(", ")", "{", "return", "employer", ";", "}", "public", "void", "setEmployer", "(", "String", "value", ")", "{", "this", ".", "employer", "=", "value", ";", "}", "public", "String", "getDepartment", "(", ")", "{", "return", "department", ";", "}", "public", "void", "setDepartment", "(", "String", "value", ")", "{", "this", ".", "department", "=", "value", ";", "}", "public", "String", "getJobtitle", "(", ")", "{", "return", "jobtitle", ";", "}", "public", "void", "setJobtitle", "(", "String", "value", ")", "{", "this", ".", "jobtitle", "=", "value", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "}", "</s>" ]
12,439
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"importFailed\"", ",", "\"resourceList\"", ",", "\"extensions\"", "}", ")", "public", "class", "ImportPortletsResponse", "{", "protected", "List", "<", "ImportedPortlet", ">", "importedPortlets", ";", "protected", "List", "<", "ImportPortletsFailed", ">", "importFailed", ";", "protected", "ResourceList", "resourceList", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "public", "List", "<", "ImportedPortlet", ">", "getImportedPortlets", "(", ")", "{", "if", "(", "importedPortlets", "==", "null", ")", "{", "importedPortlets", "=", "new", "ArrayList", "<", "ImportedPortlet", ">", "(", ")", ";", "}", "return", "this", ".", "importedPortlets", ";", "}", "public", "List", "<", "ImportPortletsFailed", ">", "getImportFailed", "(", ")", "{", "if", "(", "importFailed", "==", "null", ")", "{", "importFailed", "=", "new", "ArrayList", "<", "ImportPortletsFailed", ">", "(", ")", ";", "}", "return", "this", ".", "importFailed", ";", "}", "public", "ResourceList", "getResourceList", "(", ")", "{", "return", "resourceList", ";", "}", "public", "void", "setResourceList", "(", "ResourceList", "value", ")", "{", "this", ".", "resourceList", "=", "value", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "}", "</s>" ]
12,440
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ")", "public", "class", "InconsistentParametersFault", "extends", "Fault", "{", "}", "</s>" ]
12,441
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAttribute", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"\"", "}", ")", "public", "class", "ResourceParams", "extends", "MimeRequest", "{", "protected", "List", "<", "NamedString", ">", "formParameters", ";", "protected", "List", "<", "UploadContext", ">", "uploadContexts", ";", "@", "XmlAttribute", "(", "required", "=", "true", ")", "protected", "String", "resourceID", ";", "@", "XmlAttribute", "(", "required", "=", "true", ")", "protected", "StateChange", "portletStateChange", ";", "@", "XmlAttribute", "protected", "String", "resourceState", ";", "@", "XmlAttribute", "protected", "String", "resourceCacheability", ";", "public", "List", "<", "NamedString", ">", "getFormParameters", "(", ")", "{", "if", "(", "formParameters", "==", "null", ")", "{", "formParameters", "=", "new", "ArrayList", "<", "NamedString", ">", "(", ")", ";", "}", "return", "this", ".", "formParameters", ";", "}", "public", "List", "<", "UploadContext", ">", "getUploadContexts", "(", ")", "{", "if", "(", "uploadContexts", "==", "null", ")", "{", "uploadContexts", "=", "new", "ArrayList", "<", "UploadContext", ">", "(", ")", ";", "}", "return", "this", ".", "uploadContexts", ";", "}", "public", "String", "getResourceID", "(", ")", "{", "return", "resourceID", ";", "}", "public", "void", "setResourceID", "(", "String", "value", ")", "{", "this", ".", "resourceID", "=", "value", ";", "}", "public", "StateChange", "getPortletStateChange", "(", ")", "{", "return", "portletStateChange", ";", "}", "public", "void", "setPortletStateChange", "(", "StateChange", "value", ")", "{", "this", ".", "portletStateChange", "=", "value", ";", "}", "public", "String", "getResourceState", "(", ")", "{", "return", "resourceState", ";", "}", "public", "void", "setResourceState", "(", "String", "value", ")", "{", "this", ".", "resourceState", "=", "value", ";", "}", "public", "String", "getResourceCacheability", "(", ")", "{", "return", "resourceCacheability", ";", "}", "public", "void", "setResourceCacheability", "(", "String", "value", ")", "{", "this", ".", "resourceCacheability", "=", "value", ";", "}", "}", "</s>" ]
12,442
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ")", "public", "class", "InvalidHandleFault", "extends", "Fault", "{", "}", "</s>" ]
12,443
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "ws", ".", "WebFault", ";", "@", "WebFault", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "public", "class", "PortletStateChangeRequired", "extends", "Exception", "{", "private", "PortletStateChangeRequiredFault", "faultInfo", ";", "public", "PortletStateChangeRequired", "(", "String", "message", ",", "PortletStateChangeRequiredFault", "faultInfo", ")", "{", "super", "(", "message", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "PortletStateChangeRequired", "(", "String", "message", ",", "PortletStateChangeRequiredFault", "faultInfo", ",", "Throwable", "cause", ")", "{", "super", "(", "message", ",", "cause", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "PortletStateChangeRequiredFault", "getFaultInfo", "(", ")", "{", "return", "faultInfo", ";", "}", "}", "</s>" ]
12,444
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"\"", ",", "\"userContext\"", "}", ")", "public", "class", "ReleaseExport", "{", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "RegistrationContext", "registrationContext", ";", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "byte", "[", "]", "exportContext", ";", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "UserContext", "userContext", ";", "public", "RegistrationContext", "getRegistrationContext", "(", ")", "{", "return", "registrationContext", ";", "}", "public", "void", "setRegistrationContext", "(", "RegistrationContext", "value", ")", "{", "this", ".", "registrationContext", "=", "value", ";", "}", "public", "byte", "[", "]", "getExportContext", "(", ")", "{", "return", "exportContext", ";", "}", "public", "void", "setExportContext", "(", "byte", "[", "]", "value", ")", "{", "this", ".", "exportContext", "=", "(", "(", "byte", "[", "]", ")", "value", ")", ";", "}", "public", "UserContext", "getUserContext", "(", ")", "{", "return", "userContext", ";", "}", "public", "void", "setUserContext", "(", "UserContext", "value", ")", "{", "this", ".", "userContext", "=", "value", ";", "}", "}", "</s>" ]
12,445
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"Telecom\"", ",", "propOrder", "=", "{", "\"telephone\"", ",", "\"fax\"", ",", "\"mobile\"", ",", "\"pager\"", ",", "\"extensions\"", "}", ")", "public", "class", "Telecom", "{", "protected", "TelephoneNum", "telephone", ";", "protected", "TelephoneNum", "fax", ";", "protected", "TelephoneNum", "mobile", ";", "protected", "TelephoneNum", "pager", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "public", "TelephoneNum", "getTelephone", "(", ")", "{", "return", "telephone", ";", "}", "public", "void", "setTelephone", "(", "TelephoneNum", "value", ")", "{", "this", ".", "telephone", "=", "value", ";", "}", "public", "TelephoneNum", "getFax", "(", ")", "{", "return", "fax", ";", "}", "public", "void", "setFax", "(", "TelephoneNum", "value", ")", "{", "this", ".", "fax", "=", "value", ";", "}", "public", "TelephoneNum", "getMobile", "(", ")", "{", "return", "mobile", ";", "}", "public", "void", "setMobile", "(", "TelephoneNum", "value", ")", "{", "this", ".", "mobile", "=", "value", ";", "}", "public", "TelephoneNum", "getPager", "(", ")", "{", "return", "pager", ";", "}", "public", "void", "setPager", "(", "TelephoneNum", "value", ")", "{", "this", ".", "pager", "=", "value", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "}", "</s>" ]
12,446
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"\"", ",", "\"\"", ",", "\"\"", ",", "\"\"", ",", "\"\"", ",", "\"\"", ",", "\"\"", ",", "\"locales\"", ",", "\"resourceList\"", ",", "\"\"", ",", "\"schemaType\"", ",", "\"\"", ",", "\"\"", ",", "\"\"", ",", "\"extensions\"", "}", ")", "public", "class", "ServiceDescription", "{", "protected", "boolean", "requiresRegistration", ";", "protected", "List", "<", "PortletDescription", ">", "offeredPortlets", ";", "protected", "List", "<", "ItemDescription", ">", "userCategoryDescriptions", ";", "protected", "List", "<", "ExtensionDescription", ">", "extensionDescriptions", ";", "protected", "List", "<", "ItemDescription", ">", "customWindowStateDescriptions", ";", "protected", "List", "<", "ItemDescription", ">", "customModeDescriptions", ";", "@", "XmlElement", "(", "defaultValue", "=", "\"none\"", ")", "protected", "CookieProtocol", "requiresInitCookie", ";", "protected", "ModelDescription", "registrationPropertyDescription", ";", "protected", "List", "<", "String", ">", "locales", ";", "protected", "ResourceList", "resourceList", ";", "protected", "List", "<", "EventDescription", ">", "eventDescriptions", ";", "protected", "ModelTypes", "schemaType", ";", "protected", "List", "<", "String", ">", "supportedOptions", ";", "protected", "ExportDescription", "exportDescription", ";", "@", "XmlElement", "(", "defaultValue", "=", "\"false\"", ")", "protected", "Boolean", "mayReturnRegistrationState", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "public", "boolean", "isRequiresRegistration", "(", ")", "{", "return", "requiresRegistration", ";", "}", "public", "void", "setRequiresRegistration", "(", "boolean", "value", ")", "{", "this", ".", "requiresRegistration", "=", "value", ";", "}", "public", "List", "<", "PortletDescription", ">", "getOfferedPortlets", "(", ")", "{", "if", "(", "offeredPortlets", "==", "null", ")", "{", "offeredPortlets", "=", "new", "ArrayList", "<", "PortletDescription", ">", "(", ")", ";", "}", "return", "this", ".", "offeredPortlets", ";", "}", "public", "List", "<", "ItemDescription", ">", "getUserCategoryDescriptions", "(", ")", "{", "if", "(", "userCategoryDescriptions", "==", "null", ")", "{", "userCategoryDescriptions", "=", "new", "ArrayList", "<", "ItemDescription", ">", "(", ")", ";", "}", "return", "this", ".", "userCategoryDescriptions", ";", "}", "public", "List", "<", "ExtensionDescription", ">", "getExtensionDescriptions", "(", ")", "{", "if", "(", "extensionDescriptions", "==", "null", ")", "{", "extensionDescriptions", "=", "new", "ArrayList", "<", "ExtensionDescription", ">", "(", ")", ";", "}", "return", "this", ".", "extensionDescriptions", ";", "}", "public", "List", "<", "ItemDescription", ">", "getCustomWindowStateDescriptions", "(", ")", "{", "if", "(", "customWindowStateDescriptions", "==", "null", ")", "{", "customWindowStateDescriptions", "=", "new", "ArrayList", "<", "ItemDescription", ">", "(", ")", ";", "}", "return", "this", ".", "customWindowStateDescriptions", ";", "}", "public", "List", "<", "ItemDescription", ">", "getCustomModeDescriptions", "(", ")", "{", "if", "(", "customModeDescriptions", "==", "null", ")", "{", "customModeDescriptions", "=", "new", "ArrayList", "<", "ItemDescription", ">", "(", ")", ";", "}", "return", "this", ".", "customModeDescriptions", ";", "}", "public", "CookieProtocol", "getRequiresInitCookie", "(", ")", "{", "return", "requiresInitCookie", ";", "}", "public", "void", "setRequiresInitCookie", "(", "CookieProtocol", "value", ")", "{", "this", ".", "requiresInitCookie", "=", "value", ";", "}", "public", "ModelDescription", "getRegistrationPropertyDescription", "(", ")", "{", "return", "registrationPropertyDescription", ";", "}", "public", "void", "setRegistrationPropertyDescription", "(", "ModelDescription", "value", ")", "{", "this", ".", "registrationPropertyDescription", "=", "value", ";", "}", "public", "List", "<", "String", ">", "getLocales", "(", ")", "{", "if", "(", "locales", "==", "null", ")", "{", "locales", "=", "new", "ArrayList", "<", "String", ">", "(", ")", ";", "}", "return", "this", ".", "locales", ";", "}", "public", "ResourceList", "getResourceList", "(", ")", "{", "return", "resourceList", ";", "}", "public", "void", "setResourceList", "(", "ResourceList", "value", ")", "{", "this", ".", "resourceList", "=", "value", ";", "}", "public", "List", "<", "EventDescription", ">", "getEventDescriptions", "(", ")", "{", "if", "(", "eventDescriptions", "==", "null", ")", "{", "eventDescriptions", "=", "new", "ArrayList", "<", "EventDescription", ">", "(", ")", ";", "}", "return", "this", ".", "eventDescriptions", ";", "}", "public", "ModelTypes", "getSchemaType", "(", ")", "{", "return", "schemaType", ";", "}", "public", "void", "setSchemaType", "(", "ModelTypes", "value", ")", "{", "this", ".", "schemaType", "=", "value", ";", "}", "public", "List", "<", "String", ">", "getSupportedOptions", "(", ")", "{", "if", "(", "supportedOptions", "==", "null", ")", "{", "supportedOptions", "=", "new", "ArrayList", "<", "String", ">", "(", ")", ";", "}", "return", "this", ".", "supportedOptions", ";", "}", "public", "ExportDescription", "getExportDescription", "(", ")", "{", "return", "exportDescription", ";", "}", "public", "void", "setExportDescription", "(", "ExportDescription", "value", ")", "{", "this", ".", "exportDescription", "=", "value", ";", "}", "public", "Boolean", "isMayReturnRegistrationState", "(", ")", "{", "return", "mayReturnRegistrationState", ";", "}", "public", "void", "setMayReturnRegistrationState", "(", "Boolean", "value", ")", "{", "this", ".", "mayReturnRegistrationState", "=", "value", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "}", "</s>" ]
12,447
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ")", "public", "class", "ModifyRegistrationRequiredFault", "extends", "Fault", "{", "}", "</s>" ]
12,448
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"\"", ",", "\"resourceList\"", ",", "\"extensions\"", "}", ")", "public", "class", "GetPortletsLifetimeResponse", "{", "protected", "List", "<", "PortletLifetime", ">", "portletLifetime", ";", "protected", "List", "<", "FailedPortlets", ">", "failedPortlets", ";", "protected", "ResourceList", "resourceList", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "public", "List", "<", "PortletLifetime", ">", "getPortletLifetime", "(", ")", "{", "if", "(", "portletLifetime", "==", "null", ")", "{", "portletLifetime", "=", "new", "ArrayList", "<", "PortletLifetime", ">", "(", ")", ";", "}", "return", "this", ".", "portletLifetime", ";", "}", "public", "List", "<", "FailedPortlets", ">", "getFailedPortlets", "(", ")", "{", "if", "(", "failedPortlets", "==", "null", ")", "{", "failedPortlets", "=", "new", "ArrayList", "<", "FailedPortlets", ">", "(", ")", ";", "}", "return", "this", ".", "failedPortlets", ";", "}", "public", "ResourceList", "getResourceList", "(", ")", "{", "return", "resourceList", ";", "}", "public", "void", "setResourceList", "(", "ResourceList", "value", ")", "{", "this", ".", "resourceList", "=", "value", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "}", "</s>" ]
12,449
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAttribute", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"MimeResponse\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"mimeType\"", ",", "\"itemString\"", ",", "\"itemBinary\"", ",", "\"locale\"", ",", "\"\"", ",", "\"cacheControl\"", ",", "\"\"", ",", "\"extensions\"", "}", ")", "public", "class", "MimeResponse", "{", "@", "XmlElement", "(", "defaultValue", "=", "\"false\"", ")", "protected", "Boolean", "useCachedItem", ";", "protected", "String", "mimeType", ";", "protected", "String", "itemString", ";", "protected", "byte", "[", "]", "itemBinary", ";", "protected", "String", "locale", ";", "@", "XmlElement", "(", "defaultValue", "=", "\"false\"", ")", "protected", "Boolean", "requiresRewriting", ";", "protected", "CacheControl", "cacheControl", ";", "protected", "List", "<", "NamedString", ">", "clientAttributes", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "@", "XmlAttribute", "protected", "String", "ccppProfileWarning", ";", "public", "Boolean", "isUseCachedItem", "(", ")", "{", "return", "useCachedItem", ";", "}", "public", "void", "setUseCachedItem", "(", "Boolean", "value", ")", "{", "this", ".", "useCachedItem", "=", "value", ";", "}", "public", "String", "getMimeType", "(", ")", "{", "return", "mimeType", ";", "}", "public", "void", "setMimeType", "(", "String", "value", ")", "{", "this", ".", "mimeType", "=", "value", ";", "}", "public", "String", "getItemString", "(", ")", "{", "return", "itemString", ";", "}", "public", "void", "setItemString", "(", "String", "value", ")", "{", "this", ".", "itemString", "=", "value", ";", "}", "public", "byte", "[", "]", "getItemBinary", "(", ")", "{", "return", "itemBinary", ";", "}", "public", "void", "setItemBinary", "(", "byte", "[", "]", "value", ")", "{", "this", ".", "itemBinary", "=", "(", "(", "byte", "[", "]", ")", "value", ")", ";", "}", "public", "String", "getLocale", "(", ")", "{", "return", "locale", ";", "}", "public", "void", "setLocale", "(", "String", "value", ")", "{", "this", ".", "locale", "=", "value", ";", "}", "public", "Boolean", "isRequiresRewriting", "(", ")", "{", "return", "requiresRewriting", ";", "}", "public", "void", "setRequiresRewriting", "(", "Boolean", "value", ")", "{", "this", ".", "requiresRewriting", "=", "value", ";", "}", "public", "CacheControl", "getCacheControl", "(", ")", "{", "return", "cacheControl", ";", "}", "public", "void", "setCacheControl", "(", "CacheControl", "value", ")", "{", "this", ".", "cacheControl", "=", "value", ";", "}", "public", "List", "<", "NamedString", ">", "getClientAttributes", "(", ")", "{", "if", "(", "clientAttributes", "==", "null", ")", "{", "clientAttributes", "=", "new", "ArrayList", "<", "NamedString", ">", "(", ")", ";", "}", "return", "this", ".", "clientAttributes", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "public", "String", "getCcppProfileWarning", "(", ")", "{", "return", "ccppProfileWarning", ";", "}", "public", "void", "setCcppProfileWarning", "(", "String", "value", ")", "{", "this", ".", "ccppProfileWarning", "=", "value", ";", "}", "}", "</s>" ]
12,450
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"\"", "}", ")", "public", "class", "MarkupContext", "extends", "MimeResponse", "{", "protected", "String", "preferredTitle", ";", "protected", "List", "<", "String", ">", "validNewModes", ";", "public", "String", "getPreferredTitle", "(", ")", "{", "return", "preferredTitle", ";", "}", "public", "void", "setPreferredTitle", "(", "String", "value", ")", "{", "this", ".", "preferredTitle", "=", "value", ";", "}", "public", "List", "<", "String", ">", "getValidNewModes", "(", ")", "{", "if", "(", "validNewModes", "==", "null", ")", "{", "validNewModes", "=", "new", "ArrayList", "<", "String", ">", "(", ")", ";", "}", "return", "this", ".", "validNewModes", ";", "}", "}", "</s>" ]
12,451
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"\"", ",", "\"resourceList\"", ",", "\"extensions\"", "}", ")", "public", "class", "CopyPortletsResponse", "{", "protected", "List", "<", "CopiedPortlet", ">", "copiedPortlets", ";", "protected", "List", "<", "FailedPortlets", ">", "failedPortlets", ";", "protected", "ResourceList", "resourceList", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "public", "List", "<", "CopiedPortlet", ">", "getCopiedPortlets", "(", ")", "{", "if", "(", "copiedPortlets", "==", "null", ")", "{", "copiedPortlets", "=", "new", "ArrayList", "<", "CopiedPortlet", ">", "(", ")", ";", "}", "return", "this", ".", "copiedPortlets", ";", "}", "public", "List", "<", "FailedPortlets", ">", "getFailedPortlets", "(", ")", "{", "if", "(", "failedPortlets", "==", "null", ")", "{", "failedPortlets", "=", "new", "ArrayList", "<", "FailedPortlets", ">", "(", ")", ";", "}", "return", "this", ".", "failedPortlets", ";", "}", "public", "ResourceList", "getResourceList", "(", ")", "{", "return", "resourceList", ";", "}", "public", "void", "setResourceList", "(", "ResourceList", "value", ")", "{", "this", ".", "resourceList", "=", "value", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "}", "</s>" ]
12,452
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "ws", ".", "WebFault", ";", "@", "WebFault", "(", "name", "=", "\"AccessDenied\"", ",", "targetNamespace", "=", "\"\"", ")", "public", "class", "AccessDenied", "extends", "Exception", "{", "private", "AccessDeniedFault", "faultInfo", ";", "public", "AccessDenied", "(", "String", "message", ",", "AccessDeniedFault", "faultInfo", ")", "{", "super", "(", "message", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "AccessDenied", "(", "String", "message", ",", "AccessDeniedFault", "faultInfo", ",", "Throwable", "cause", ")", "{", "super", "(", "message", ",", "cause", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "AccessDeniedFault", "getFaultInfo", "(", ")", "{", "return", "faultInfo", ";", "}", "}", "</s>" ]
12,453
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ")", "public", "class", "ResourceSuspendedFault", "extends", "Fault", "{", "}", "</s>" ]
12,454
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"\"", ",", "\"userContext\"", ",", "\"lifetime\"", "}", ")", "public", "class", "SetExportLifetime", "{", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "RegistrationContext", "registrationContext", ";", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "byte", "[", "]", "exportContext", ";", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "UserContext", "userContext", ";", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "Lifetime", "lifetime", ";", "public", "RegistrationContext", "getRegistrationContext", "(", ")", "{", "return", "registrationContext", ";", "}", "public", "void", "setRegistrationContext", "(", "RegistrationContext", "value", ")", "{", "this", ".", "registrationContext", "=", "value", ";", "}", "public", "byte", "[", "]", "getExportContext", "(", ")", "{", "return", "exportContext", ";", "}", "public", "void", "setExportContext", "(", "byte", "[", "]", "value", ")", "{", "this", ".", "exportContext", "=", "(", "(", "byte", "[", "]", ")", "value", ")", ";", "}", "public", "UserContext", "getUserContext", "(", ")", "{", "return", "userContext", ";", "}", "public", "void", "setUserContext", "(", "UserContext", "value", ")", "{", "this", ".", "userContext", "=", "value", ";", "}", "public", "Lifetime", "getLifetime", "(", ")", "{", "return", "lifetime", ";", "}", "public", "void", "setLifetime", "(", "Lifetime", "value", ")", "{", "this", ".", "lifetime", "=", "value", ";", "}", "}", "</s>" ]
12,455
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "ws", ".", "WebFault", ";", "@", "WebFault", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "public", "class", "UnsupportedMode", "extends", "Exception", "{", "private", "UnsupportedModeFault", "faultInfo", ";", "public", "UnsupportedMode", "(", "String", "message", ",", "UnsupportedModeFault", "faultInfo", ")", "{", "super", "(", "message", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "UnsupportedMode", "(", "String", "message", ",", "UnsupportedModeFault", "faultInfo", ",", "Throwable", "cause", ")", "{", "super", "(", "message", ",", "cause", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "UnsupportedModeFault", "getFaultInfo", "(", ")", "{", "return", "faultInfo", ";", "}", "}", "</s>" ]
12,456
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAttribute", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"extensions\"", "}", ")", "public", "class", "SessionParams", "{", "protected", "List", "<", "Extension", ">", "extensions", ";", "@", "XmlAttribute", "protected", "String", "sessionID", ";", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "public", "String", "getSessionID", "(", ")", "{", "return", "sessionID", ";", "}", "public", "void", "setSessionID", "(", "String", "value", ")", "{", "this", ".", "sessionID", "=", "value", ";", "}", "}", "</s>" ]
12,457
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAttribute", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "import", "javax", ".", "xml", ".", "namespace", ".", "QName", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"names\"", ",", "\"description\"", ",", "\"label\"", ",", "\"hint\"", ",", "\"extensions\"", "}", ")", "public", "class", "ParameterDescription", "{", "protected", "List", "<", "QName", ">", "names", ";", "protected", "LocalizedString", "description", ";", "protected", "LocalizedString", "label", ";", "protected", "LocalizedString", "hint", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "@", "XmlAttribute", "(", "required", "=", "true", ")", "protected", "String", "identifier", ";", "public", "List", "<", "QName", ">", "getNames", "(", ")", "{", "if", "(", "names", "==", "null", ")", "{", "names", "=", "new", "ArrayList", "<", "QName", ">", "(", ")", ";", "}", "return", "this", ".", "names", ";", "}", "public", "LocalizedString", "getDescription", "(", ")", "{", "return", "description", ";", "}", "public", "void", "setDescription", "(", "LocalizedString", "value", ")", "{", "this", ".", "description", "=", "value", ";", "}", "public", "LocalizedString", "getLabel", "(", ")", "{", "return", "label", ";", "}", "public", "void", "setLabel", "(", "LocalizedString", "value", ")", "{", "this", ".", "label", "=", "value", ";", "}", "public", "LocalizedString", "getHint", "(", ")", "{", "return", "hint", ";", "}", "public", "void", "setHint", "(", "LocalizedString", "value", ")", "{", "this", ".", "hint", "=", "value", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "public", "String", "getIdentifier", "(", ")", "{", "return", "identifier", ";", "}", "public", "void", "setIdentifier", "(", "String", "value", ")", "{", "this", ".", "identifier", "=", "value", ";", "}", "}", "</s>" ]
12,458
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "ws", ".", "WebFault", ";", "@", "WebFault", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "public", "class", "InvalidRegistration", "extends", "Exception", "{", "private", "InvalidRegistrationFault", "faultInfo", ";", "public", "InvalidRegistration", "(", "String", "message", ",", "InvalidRegistrationFault", "faultInfo", ")", "{", "super", "(", "message", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "InvalidRegistration", "(", "String", "message", ",", "InvalidRegistrationFault", "faultInfo", ",", "Throwable", "cause", ")", "{", "super", "(", "message", ",", "cause", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "InvalidRegistrationFault", "getFaultInfo", "(", ")", "{", "return", "faultInfo", ";", "}", "}", "</s>" ]
12,459
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"\"", ",", "\"\"", ",", "\"lifetime\"", ",", "\"resourceList\"", ",", "\"extensions\"", "}", ")", "public", "class", "ExportPortletsResponse", "{", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "byte", "[", "]", "exportContext", ";", "protected", "List", "<", "ExportedPortlet", ">", "exportedPortlet", ";", "protected", "List", "<", "FailedPortlets", ">", "failedPortlets", ";", "protected", "Lifetime", "lifetime", ";", "protected", "ResourceList", "resourceList", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "public", "byte", "[", "]", "getExportContext", "(", ")", "{", "return", "exportContext", ";", "}", "public", "void", "setExportContext", "(", "byte", "[", "]", "value", ")", "{", "this", ".", "exportContext", "=", "(", "(", "byte", "[", "]", ")", "value", ")", ";", "}", "public", "List", "<", "ExportedPortlet", ">", "getExportedPortlet", "(", ")", "{", "if", "(", "exportedPortlet", "==", "null", ")", "{", "exportedPortlet", "=", "new", "ArrayList", "<", "ExportedPortlet", ">", "(", ")", ";", "}", "return", "this", ".", "exportedPortlet", ";", "}", "public", "List", "<", "FailedPortlets", ">", "getFailedPortlets", "(", ")", "{", "if", "(", "failedPortlets", "==", "null", ")", "{", "failedPortlets", "=", "new", "ArrayList", "<", "FailedPortlets", ">", "(", ")", ";", "}", "return", "this", ".", "failedPortlets", ";", "}", "public", "Lifetime", "getLifetime", "(", ")", "{", "return", "lifetime", ";", "}", "public", "void", "setLifetime", "(", "Lifetime", "value", ")", "{", "this", ".", "lifetime", "=", "value", ";", "}", "public", "ResourceList", "getResourceList", "(", ")", "{", "return", "resourceList", ";", "}", "public", "void", "setResourceList", "(", "ResourceList", "value", ")", "{", "this", ".", "resourceList", "=", "value", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "}", "</s>" ]
12,460
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "jws", ".", "WebMethod", ";", "import", "javax", ".", "jws", ".", "WebParam", ";", "import", "javax", ".", "jws", ".", "WebResult", ";", "import", "javax", ".", "jws", ".", "WebService", ";", "import", "javax", ".", "jws", ".", "soap", ".", "SOAPBinding", ";", "import", "javax", ".", "xml", ".", "ws", ".", "Holder", ";", "import", "javax", ".", "xml", ".", "ws", ".", "RequestWrapper", ";", "import", "javax", ".", "xml", ".", "ws", ".", "ResponseWrapper", ";", "@", "WebService", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "public", "interface", "WSRPV2PortletManagementPortType", "{", "@", "WebMethod", "(", "action", "=", "\"\"", ")", "@", "RequestWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "@", "ResponseWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "public", "void", "getPortletDescription", "(", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "RegistrationContext", "registrationContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "PortletContext", "portletContext", ",", "@", "WebParam", "(", "name", "=", "\"userContext\"", ",", "targetNamespace", "=", "\"\"", ")", "UserContext", "userContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "List", "<", "String", ">", "desiredLocales", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "PortletDescription", ">", "portletDescription", ",", "@", "WebParam", "(", "name", "=", "\"resourceList\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "ResourceList", ">", "resourceList", ",", "@", "WebParam", "(", "name", "=", "\"extensions\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "Extension", ">", ">", "extensions", ")", "throws", "AccessDenied", ",", "InconsistentParameters", ",", "InvalidHandle", ",", "InvalidRegistration", ",", "InvalidUserCategory", ",", "MissingParameters", ",", "ModifyRegistrationRequired", ",", "OperationFailed", ",", "OperationNotSupported", ",", "ResourceSuspended", ";", "@", "WebMethod", "(", "action", "=", "\"\"", ")", "@", "RequestWrapper", "(", "localName", "=", "\"clonePortlet\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "@", "ResponseWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "public", "void", "clonePortlet", "(", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "RegistrationContext", "registrationContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "PortletContext", "portletContext", ",", "@", "WebParam", "(", "name", "=", "\"userContext\"", ",", "targetNamespace", "=", "\"\"", ")", "UserContext", "userContext", ",", "@", "WebParam", "(", "name", "=", "\"lifetime\"", ",", "targetNamespace", "=", "\"\"", ")", "Lifetime", "lifetime", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "String", ">", "portletHandle", ",", "@", "WebParam", "(", "name", "=", "\"portletState\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "byte", "[", "]", ">", "portletState", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "Lifetime", ">", "scheduledDestruction", ",", "@", "WebParam", "(", "name", "=", "\"extensions\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "Extension", ">", ">", "extensions", ")", "throws", "AccessDenied", ",", "InconsistentParameters", ",", "InvalidHandle", ",", "InvalidRegistration", ",", "InvalidUserCategory", ",", "MissingParameters", ",", "ModifyRegistrationRequired", ",", "OperationFailed", ",", "OperationNotSupported", ",", "ResourceSuspended", ";", "@", "WebMethod", "(", "action", "=", "\"\"", ")", "@", "RequestWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "@", "ResponseWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "public", "void", "destroyPortlets", "(", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "RegistrationContext", "registrationContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "List", "<", "String", ">", "portletHandles", ",", "@", "WebParam", "(", "name", "=", "\"userContext\"", ",", "targetNamespace", "=", "\"\"", ")", "UserContext", "userContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "FailedPortlets", ">", ">", "failedPortlets", ",", "@", "WebParam", "(", "name", "=", "\"extensions\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "Extension", ">", ">", "extensions", ")", "throws", "InconsistentParameters", ",", "InvalidRegistration", ",", "MissingParameters", ",", "ModifyRegistrationRequired", ",", "OperationFailed", ",", "OperationNotSupported", ",", "ResourceSuspended", ";", "@", "WebMethod", "(", "action", "=", "\"\"", ")", "@", "RequestWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "@", "ResponseWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "public", "void", "getPortletsLifetime", "(", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "RegistrationContext", "registrationContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "List", "<", "PortletContext", ">", "portletContext", ",", "@", "WebParam", "(", "name", "=", "\"userContext\"", ",", "targetNamespace", "=", "\"\"", ")", "UserContext", "userContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "PortletLifetime", ">", ">", "portletLifetime", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "FailedPortlets", ">", ">", "failedPortlets", ",", "@", "WebParam", "(", "name", "=", "\"resourceList\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "ResourceList", ">", "resourceList", ",", "@", "WebParam", "(", "name", "=", "\"extensions\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "Extension", ">", ">", "extensions", ")", "throws", "AccessDenied", ",", "InconsistentParameters", ",", "InvalidHandle", ",", "InvalidRegistration", ",", "ModifyRegistrationRequired", ",", "OperationFailed", ",", "OperationNotSupported", ",", "ResourceSuspended", ";", "@", "WebMethod", "(", "action", "=", "\"\"", ")", "@", "RequestWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "@", "ResponseWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "public", "void", "setPortletsLifetime", "(", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "RegistrationContext", "registrationContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "List", "<", "PortletContext", ">", "portletContext", ",", "@", "WebParam", "(", "name", "=", "\"userContext\"", ",", "targetNamespace", "=", "\"\"", ")", "UserContext", "userContext", ",", "@", "WebParam", "(", "name", "=", "\"lifetime\"", ",", "targetNamespace", "=", "\"\"", ")", "Lifetime", "lifetime", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "PortletLifetime", ">", ">", "updatedPortlet", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "FailedPortlets", ">", ">", "failedPortlets", ",", "@", "WebParam", "(", "name", "=", "\"resourceList\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "ResourceList", ">", "resourceList", ",", "@", "WebParam", "(", "name", "=", "\"extensions\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "Extension", ">", ">", "extensions", ")", "throws", "AccessDenied", ",", "InconsistentParameters", ",", "InvalidHandle", ",", "InvalidRegistration", ",", "ModifyRegistrationRequired", ",", "OperationFailed", ",", "OperationNotSupported", ",", "ResourceSuspended", ";", "@", "WebMethod", "(", "action", "=", "\"\"", ")", "@", "RequestWrapper", "(", "localName", "=", "\"copyPortlets\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "@", "ResponseWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "public", "void", "copyPortlets", "(", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "RegistrationContext", "toRegistrationContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "UserContext", "toUserContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "RegistrationContext", "fromRegistrationContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "UserContext", "fromUserContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "List", "<", "PortletContext", ">", "fromPortletContexts", ",", "@", "WebParam", "(", "name", "=", "\"lifetime\"", ",", "targetNamespace", "=", "\"\"", ")", "Lifetime", "lifetime", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "CopiedPortlet", ">", ">", "copiedPortlets", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "FailedPortlets", ">", ">", "failedPortlets", ",", "@", "WebParam", "(", "name", "=", "\"resourceList\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "ResourceList", ">", "resourceList", ",", "@", "WebParam", "(", "name", "=", "\"extensions\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "Extension", ">", ">", "extensions", ")", "throws", "AccessDenied", ",", "InconsistentParameters", ",", "InvalidHandle", ",", "InvalidRegistration", ",", "InvalidUserCategory", ",", "MissingParameters", ",", "ModifyRegistrationRequired", ",", "OperationFailed", ",", "OperationNotSupported", ",", "ResourceSuspended", ";", "@", "WebMethod", "(", "action", "=", "\"\"", ")", "@", "RequestWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "@", "ResponseWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "public", "void", "exportPortlets", "(", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "RegistrationContext", "registrationContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "List", "<", "PortletContext", ">", "portletContext", ",", "@", "WebParam", "(", "name", "=", "\"userContext\"", ",", "targetNamespace", "=", "\"\"", ")", "UserContext", "userContext", ",", "@", "WebParam", "(", "name", "=", "\"lifetime\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "INOUT", ")", "Holder", "<", "Lifetime", ">", "lifetime", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "Boolean", "exportByValueRequired", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "byte", "[", "]", ">", "exportContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "ExportedPortlet", ">", ">", "exportedPortlet", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "FailedPortlets", ">", ">", "failedPortlets", ",", "@", "WebParam", "(", "name", "=", "\"resourceList\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "ResourceList", ">", "resourceList", ",", "@", "WebParam", "(", "name", "=", "\"extensions\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "Extension", ">", ">", "extensions", ")", "throws", "AccessDenied", ",", "ExportByValueNotSupported", ",", "InconsistentParameters", ",", "InvalidHandle", ",", "InvalidRegistration", ",", "InvalidUserCategory", ",", "MissingParameters", ",", "ModifyRegistrationRequired", ",", "OperationFailed", ",", "OperationNotSupported", ",", "ResourceSuspended", ";", "@", "WebMethod", "(", "action", "=", "\"\"", ")", "@", "RequestWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "@", "ResponseWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "public", "void", "importPortlets", "(", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "RegistrationContext", "registrationContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "byte", "[", "]", "importContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "List", "<", "ImportPortlet", ">", "importPortlet", ",", "@", "WebParam", "(", "name", "=", "\"userContext\"", ",", "targetNamespace", "=", "\"\"", ")", "UserContext", "userContext", ",", "@", "WebParam", "(", "name", "=", "\"lifetime\"", ",", "targetNamespace", "=", "\"\"", ")", "Lifetime", "lifetime", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "ImportedPortlet", ">", ">", "importedPortlets", ",", "@", "WebParam", "(", "name", "=", "\"importFailed\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "ImportPortletsFailed", ">", ">", "importFailed", ",", "@", "WebParam", "(", "name", "=", "\"resourceList\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "ResourceList", ">", "resourceList", ",", "@", "WebParam", "(", "name", "=", "\"extensions\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "Extension", ">", ">", "extensions", ")", "throws", "AccessDenied", ",", "ExportNoLongerValid", ",", "InconsistentParameters", ",", "InvalidRegistration", ",", "InvalidUserCategory", ",", "MissingParameters", ",", "ModifyRegistrationRequired", ",", "OperationFailed", ",", "OperationNotSupported", ",", "ResourceSuspended", ";", "@", "WebMethod", "(", "action", "=", "\"\"", ")", "@", "WebResult", "(", "name", "=", "\"extensions\"", ",", "targetNamespace", "=", "\"\"", ")", "@", "RequestWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "@", "ResponseWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "public", "List", "<", "Extension", ">", "releaseExport", "(", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "RegistrationContext", "registrationContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "byte", "[", "]", "exportContext", ",", "@", "WebParam", "(", "name", "=", "\"userContext\"", ",", "targetNamespace", "=", "\"\"", ")", "UserContext", "userContext", ")", ";", "@", "WebMethod", "(", "action", "=", "\"\"", ")", "@", "WebResult", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "partName", "=", "\"\"", ")", "@", "SOAPBinding", "(", "parameterStyle", "=", "SOAPBinding", ".", "ParameterStyle", ".", "BARE", ")", "public", "Lifetime", "setExportLifetime", "(", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "partName", "=", "\"\"", ")", "SetExportLifetime", "setExportLifetime", ")", "throws", "AccessDenied", ",", "InvalidHandle", ",", "InvalidRegistration", ",", "ModifyRegistrationRequired", ",", "OperationFailed", ",", "OperationNotSupported", ",", "ResourceSuspended", ";", "@", "WebMethod", "(", "action", "=", "\"\"", ")", "@", "RequestWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "@", "ResponseWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "public", "void", "setPortletProperties", "(", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "RegistrationContext", "registrationContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "PortletContext", "portletContext", ",", "@", "WebParam", "(", "name", "=", "\"userContext\"", ",", "targetNamespace", "=", "\"\"", ")", "UserContext", "userContext", ",", "@", "WebParam", "(", "name", "=", "\"propertyList\"", ",", "targetNamespace", "=", "\"\"", ")", "PropertyList", "propertyList", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "String", ">", "portletHandle", ",", "@", "WebParam", "(", "name", "=", "\"portletState\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "byte", "[", "]", ">", "portletState", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "Lifetime", ">", "scheduledDestruction", ",", "@", "WebParam", "(", "name", "=", "\"extensions\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "Extension", ">", ">", "extensions", ")", "throws", "AccessDenied", ",", "InconsistentParameters", ",", "InvalidHandle", ",", "InvalidRegistration", ",", "InvalidUserCategory", ",", "MissingParameters", ",", "ModifyRegistrationRequired", ",", "OperationFailed", ",", "OperationNotSupported", ",", "ResourceSuspended", ";", "@", "WebMethod", "(", "action", "=", "\"\"", ")", "@", "RequestWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "@", "ResponseWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "public", "void", "getPortletProperties", "(", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "RegistrationContext", "registrationContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "PortletContext", "portletContext", ",", "@", "WebParam", "(", "name", "=", "\"userContext\"", ",", "targetNamespace", "=", "\"\"", ")", "UserContext", "userContext", ",", "@", "WebParam", "(", "name", "=", "\"names\"", ",", "targetNamespace", "=", "\"\"", ")", "List", "<", "String", ">", "names", ",", "@", "WebParam", "(", "name", "=", "\"properties\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "Property", ">", ">", "properties", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "ResetProperty", ">", ">", "resetProperties", ",", "@", "WebParam", "(", "name", "=", "\"extensions\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "Extension", ">", ">", "extensions", ")", "throws", "AccessDenied", ",", "InconsistentParameters", ",", "InvalidHandle", ",", "InvalidRegistration", ",", "InvalidUserCategory", ",", "MissingParameters", ",", "ModifyRegistrationRequired", ",", "OperationFailed", ",", "OperationNotSupported", ",", "ResourceSuspended", ";", "@", "WebMethod", "(", "action", "=", "\"\"", ")", "@", "RequestWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "@", "ResponseWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "public", "void", "getPortletPropertyDescription", "(", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "RegistrationContext", "registrationContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "PortletContext", "portletContext", ",", "@", "WebParam", "(", "name", "=", "\"userContext\"", ",", "targetNamespace", "=", "\"\"", ")", "UserContext", "userContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "List", "<", "String", ">", "desiredLocales", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "ModelDescription", ">", "modelDescription", ",", "@", "WebParam", "(", "name", "=", "\"resourceList\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "ResourceList", ">", "resourceList", ",", "@", "WebParam", "(", "name", "=", "\"extensions\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "Extension", ">", ">", "extensions", ")", "throws", "AccessDenied", ",", "InconsistentParameters", ",", "InvalidHandle", ",", "InvalidRegistration", ",", "InvalidUserCategory", ",", "MissingParameters", ",", "ModifyRegistrationRequired", ",", "OperationFailed", ",", "OperationNotSupported", ",", "ResourceSuspended", ";", "}", "</s>" ]
12,461
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"\"", ",", "\"userContext\"", ",", "\"\"", "}", ")", "public", "class", "GetPortletDescription", "{", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "RegistrationContext", "registrationContext", ";", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "PortletContext", "portletContext", ";", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "UserContext", "userContext", ";", "protected", "List", "<", "String", ">", "desiredLocales", ";", "public", "RegistrationContext", "getRegistrationContext", "(", ")", "{", "return", "registrationContext", ";", "}", "public", "void", "setRegistrationContext", "(", "RegistrationContext", "value", ")", "{", "this", ".", "registrationContext", "=", "value", ";", "}", "public", "PortletContext", "getPortletContext", "(", ")", "{", "return", "portletContext", ";", "}", "public", "void", "setPortletContext", "(", "PortletContext", "value", ")", "{", "this", ".", "portletContext", "=", "value", ";", "}", "public", "UserContext", "getUserContext", "(", ")", "{", "return", "userContext", ";", "}", "public", "void", "setUserContext", "(", "UserContext", "value", ")", "{", "this", ".", "userContext", "=", "value", ";", "}", "public", "List", "<", "String", ">", "getDesiredLocales", "(", ")", "{", "if", "(", "desiredLocales", "==", "null", ")", "{", "desiredLocales", "=", "new", "ArrayList", "<", "String", ">", "(", ")", ";", "}", "return", "this", ".", "desiredLocales", ";", "}", "}", "</s>" ]
12,462
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "jws", ".", "WebMethod", ";", "import", "javax", ".", "jws", ".", "WebParam", ";", "import", "javax", ".", "jws", ".", "WebResult", ";", "import", "javax", ".", "jws", ".", "WebService", ";", "import", "javax", ".", "xml", ".", "ws", ".", "Holder", ";", "import", "javax", ".", "xml", ".", "ws", ".", "RequestWrapper", ";", "import", "javax", ".", "xml", ".", "ws", ".", "ResponseWrapper", ";", "@", "WebService", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "public", "interface", "WSRPV2MarkupPortType", "{", "@", "WebMethod", "(", "action", "=", "\"\"", ")", "@", "RequestWrapper", "(", "localName", "=", "\"getMarkup\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "@", "ResponseWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "public", "void", "getMarkup", "(", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "RegistrationContext", "registrationContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "PortletContext", "portletContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "RuntimeContext", "runtimeContext", ",", "@", "WebParam", "(", "name", "=", "\"userContext\"", ",", "targetNamespace", "=", "\"\"", ")", "UserContext", "userContext", ",", "@", "WebParam", "(", "name", "=", "\"markupParams\"", ",", "targetNamespace", "=", "\"\"", ")", "MarkupParams", "markupParams", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "MarkupContext", ">", "markupContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "SessionContext", ">", "sessionContext", ",", "@", "WebParam", "(", "name", "=", "\"extensions\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "Extension", ">", ">", "extensions", ")", "throws", "AccessDenied", ",", "InconsistentParameters", ",", "InvalidCookie", ",", "InvalidHandle", ",", "InvalidRegistration", ",", "InvalidSession", ",", "InvalidUserCategory", ",", "MissingParameters", ",", "ModifyRegistrationRequired", ",", "OperationFailed", ",", "ResourceSuspended", ",", "UnsupportedLocale", ",", "UnsupportedMimeType", ",", "UnsupportedMode", ",", "UnsupportedWindowState", ";", "@", "WebMethod", "(", "action", "=", "\"\"", ")", "@", "RequestWrapper", "(", "localName", "=", "\"getResource\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "@", "ResponseWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "public", "void", "getResource", "(", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "RegistrationContext", "registrationContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "INOUT", ")", "Holder", "<", "PortletContext", ">", "portletContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "RuntimeContext", "runtimeContext", ",", "@", "WebParam", "(", "name", "=", "\"userContext\"", ",", "targetNamespace", "=", "\"\"", ")", "UserContext", "userContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "ResourceParams", "resourceParams", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "ResourceContext", ">", "resourceContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "SessionContext", ">", "sessionContext", ",", "@", "WebParam", "(", "name", "=", "\"extensions\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "Extension", ">", ">", "extensions", ")", "throws", "AccessDenied", ",", "InconsistentParameters", ",", "InvalidCookie", ",", "InvalidHandle", ",", "InvalidRegistration", ",", "InvalidSession", ",", "InvalidUserCategory", ",", "MissingParameters", ",", "ModifyRegistrationRequired", ",", "OperationFailed", ",", "OperationNotSupported", ",", "ResourceSuspended", ",", "UnsupportedLocale", ",", "UnsupportedMimeType", ",", "UnsupportedMode", ",", "UnsupportedWindowState", ";", "@", "WebMethod", "(", "action", "=", "\"\"", ")", "@", "RequestWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "@", "ResponseWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "public", "void", "performBlockingInteraction", "(", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "RegistrationContext", "registrationContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "PortletContext", "portletContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "RuntimeContext", "runtimeContext", ",", "@", "WebParam", "(", "name", "=", "\"userContext\"", ",", "targetNamespace", "=", "\"\"", ")", "UserContext", "userContext", ",", "@", "WebParam", "(", "name", "=", "\"markupParams\"", ",", "targetNamespace", "=", "\"\"", ")", "MarkupParams", "markupParams", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "InteractionParams", "interactionParams", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "UpdateResponse", ">", "updateResponse", ",", "@", "WebParam", "(", "name", "=", "\"redirectURL\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "String", ">", "redirectURL", ",", "@", "WebParam", "(", "name", "=", "\"extensions\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "Extension", ">", ">", "extensions", ")", "throws", "AccessDenied", ",", "InconsistentParameters", ",", "InvalidCookie", ",", "InvalidHandle", ",", "InvalidRegistration", ",", "InvalidSession", ",", "InvalidUserCategory", ",", "MissingParameters", ",", "ModifyRegistrationRequired", ",", "OperationFailed", ",", "PortletStateChangeRequired", ",", "ResourceSuspended", ",", "UnsupportedLocale", ",", "UnsupportedMimeType", ",", "UnsupportedMode", ",", "UnsupportedWindowState", ";", "@", "WebMethod", "(", "action", "=", "\"\"", ")", "@", "RequestWrapper", "(", "localName", "=", "\"handleEvents\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "@", "ResponseWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "public", "void", "handleEvents", "(", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "RegistrationContext", "registrationContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "PortletContext", "portletContext", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "RuntimeContext", "runtimeContext", ",", "@", "WebParam", "(", "name", "=", "\"userContext\"", ",", "targetNamespace", "=", "\"\"", ")", "UserContext", "userContext", ",", "@", "WebParam", "(", "name", "=", "\"markupParams\"", ",", "targetNamespace", "=", "\"\"", ")", "MarkupParams", "markupParams", ",", "@", "WebParam", "(", "name", "=", "\"eventParams\"", ",", "targetNamespace", "=", "\"\"", ")", "EventParams", "eventParams", ",", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "UpdateResponse", ">", "updateResponse", ",", "@", "WebParam", "(", "name", "=", "\"failedEvents\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "HandleEventsFailed", ">", ">", "failedEvents", ",", "@", "WebParam", "(", "name", "=", "\"extensions\"", ",", "targetNamespace", "=", "\"\"", ",", "mode", "=", "WebParam", ".", "Mode", ".", "OUT", ")", "Holder", "<", "List", "<", "Extension", ">", ">", "extensions", ")", "throws", "AccessDenied", ",", "InconsistentParameters", ",", "InvalidCookie", ",", "InvalidHandle", ",", "InvalidRegistration", ",", "InvalidSession", ",", "InvalidUserCategory", ",", "MissingParameters", ",", "ModifyRegistrationRequired", ",", "OperationFailed", ",", "OperationNotSupported", ",", "PortletStateChangeRequired", ",", "ResourceSuspended", ",", "UnsupportedLocale", ",", "UnsupportedMimeType", ",", "UnsupportedMode", ",", "UnsupportedWindowState", ";", "@", "WebMethod", "(", "action", "=", "\"\"", ")", "@", "WebResult", "(", "name", "=", "\"extensions\"", ",", "targetNamespace", "=", "\"\"", ")", "@", "RequestWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "@", "ResponseWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "public", "List", "<", "Extension", ">", "releaseSessions", "(", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "RegistrationContext", "registrationContext", ",", "@", "WebParam", "(", "name", "=", "\"sessionIDs\"", ",", "targetNamespace", "=", "\"\"", ")", "List", "<", "String", ">", "sessionIDs", ",", "@", "WebParam", "(", "name", "=", "\"userContext\"", ",", "targetNamespace", "=", "\"\"", ")", "UserContext", "userContext", ")", "throws", "AccessDenied", ",", "InvalidRegistration", ",", "MissingParameters", ",", "ModifyRegistrationRequired", ",", "OperationFailed", ",", "OperationNotSupported", ",", "ResourceSuspended", ";", "@", "WebMethod", "(", "action", "=", "\"\"", ")", "@", "WebResult", "(", "name", "=", "\"extensions\"", ",", "targetNamespace", "=", "\"\"", ")", "@", "RequestWrapper", "(", "localName", "=", "\"initCookie\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "@", "ResponseWrapper", "(", "localName", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ",", "className", "=", "\"\"", ")", "public", "List", "<", "Extension", ">", "initCookie", "(", "@", "WebParam", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "RegistrationContext", "registrationContext", ",", "@", "WebParam", "(", "name", "=", "\"userContext\"", ",", "targetNamespace", "=", "\"\"", ")", "UserContext", "userContext", ")", "throws", "AccessDenied", ",", "InvalidRegistration", ",", "ModifyRegistrationRequired", ",", "OperationFailed", ",", "OperationNotSupported", ",", "ResourceSuspended", ";", "}", "</s>" ]
12,463
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAnyElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "import", "org", ".", "w3c", ".", "dom", ".", "Element", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"ModelTypes\"", ",", "propOrder", "=", "{", "\"any\"", "}", ")", "public", "class", "ModelTypes", "{", "@", "XmlAnyElement", "(", "lax", "=", "true", ")", "protected", "Object", "any", ";", "public", "Object", "getAny", "(", ")", "{", "return", "any", ";", "}", "public", "void", "setAny", "(", "Object", "value", ")", "{", "this", ".", "any", "=", "value", ";", "}", "}", "</s>" ]
12,464
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", "}", ")", "public", "class", "RegistrationContext", "extends", "RegistrationState", "{", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "String", "registrationHandle", ";", "public", "String", "getRegistrationHandle", "(", ")", "{", "return", "registrationHandle", ";", "}", "public", "void", "setRegistrationHandle", "(", "String", "value", ")", "{", "this", ".", "registrationHandle", "=", "value", ";", "}", "}", "</s>" ]
12,465
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"\"", ",", "\"userContext\"", "}", ")", "public", "class", "ModifyRegistration", "{", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "RegistrationContext", "registrationContext", ";", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "RegistrationData", "registrationData", ";", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "UserContext", "userContext", ";", "public", "RegistrationContext", "getRegistrationContext", "(", ")", "{", "return", "registrationContext", ";", "}", "public", "void", "setRegistrationContext", "(", "RegistrationContext", "value", ")", "{", "this", ".", "registrationContext", "=", "value", ";", "}", "public", "RegistrationData", "getRegistrationData", "(", ")", "{", "return", "registrationData", ";", "}", "public", "void", "setRegistrationData", "(", "RegistrationData", "value", ")", "{", "this", ".", "registrationData", "=", "value", ";", "}", "public", "UserContext", "getUserContext", "(", ")", "{", "return", "userContext", ";", "}", "public", "void", "setUserContext", "(", "UserContext", "value", ")", "{", "this", ".", "userContext", "=", "value", ";", "}", "}", "</s>" ]
12,466
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ")", "public", "class", "PortletStateChangeRequiredFault", "extends", "Fault", "{", "}", "</s>" ]
12,467
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "math", ".", "BigInteger", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"index\"", "}", ")", "public", "class", "HandleEventsFailed", "extends", "BaseFailed", "{", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "List", "<", "BigInteger", ">", "index", ";", "public", "List", "<", "BigInteger", ">", "getIndex", "(", ")", "{", "if", "(", "index", "==", "null", ")", "{", "index", "=", "new", "ArrayList", "<", "BigInteger", ">", "(", ")", ";", "}", "return", "this", ".", "index", ";", "}", "}", "</s>" ]
12,468
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ")", "public", "class", "UnsupportedWindowStateFault", "extends", "Fault", "{", "}", "</s>" ]
12,469
[ "<s>", "@", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlSchema", "(", "namespace", "=", "\"\"", ",", "elementFormDefault", "=", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlNsForm", ".", "QUALIFIED", ")", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "</s>" ]
12,470
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ")", "public", "class", "ResourceContext", "extends", "MimeResponse", "{", "}", "</s>" ]
12,471
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "ws", ".", "WebFault", ";", "@", "WebFault", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "public", "class", "MissingParameters", "extends", "Exception", "{", "private", "MissingParametersFault", "faultInfo", ";", "public", "MissingParameters", "(", "String", "message", ",", "MissingParametersFault", "faultInfo", ")", "{", "super", "(", "message", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "MissingParameters", "(", "String", "message", ",", "MissingParametersFault", "faultInfo", ",", "Throwable", "cause", ")", "{", "super", "(", "message", ",", "cause", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "MissingParametersFault", "getFaultInfo", "(", ")", "{", "return", "faultInfo", ";", "}", "}", "</s>" ]
12,472
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAttribute", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"value\"", "}", ")", "public", "class", "LocalizedString", "{", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "String", "value", ";", "@", "XmlAttribute", "(", "namespace", "=", "\"\"", ",", "required", "=", "true", ")", "protected", "String", "lang", ";", "@", "XmlAttribute", "protected", "String", "resourceName", ";", "public", "String", "getValue", "(", ")", "{", "return", "value", ";", "}", "public", "void", "setValue", "(", "String", "value", ")", "{", "this", ".", "value", "=", "value", ";", "}", "public", "String", "getLang", "(", ")", "{", "return", "lang", ";", "}", "public", "void", "setLang", "(", "String", "value", ")", "{", "this", ".", "lang", "=", "value", ";", "}", "public", "String", "getResourceName", "(", ")", "{", "return", "resourceName", ";", "}", "public", "void", "setResourceName", "(", "String", "value", ")", "{", "this", ".", "resourceName", "=", "value", ";", "}", "}", "</s>" ]
12,473
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAnyElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "import", "org", ".", "w3c", ".", "dom", ".", "Element", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"Extension\"", ",", "propOrder", "=", "{", "\"any\"", "}", ")", "public", "class", "Extension", "{", "@", "XmlAnyElement", "(", "lax", "=", "true", ")", "protected", "Object", "any", ";", "public", "Object", "getAny", "(", ")", "{", "return", "any", ";", "}", "public", "void", "setAny", "(", "Object", "value", ")", "{", "this", ".", "any", "=", "value", ";", "}", "}", "</s>" ]
12,474
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "ws", ".", "WebFault", ";", "@", "WebFault", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "public", "class", "InvalidCookie", "extends", "Exception", "{", "private", "InvalidCookieFault", "faultInfo", ";", "public", "InvalidCookie", "(", "String", "message", ",", "InvalidCookieFault", "faultInfo", ")", "{", "super", "(", "message", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "InvalidCookie", "(", "String", "message", ",", "InvalidCookieFault", "faultInfo", ",", "Throwable", "cause", ")", "{", "super", "(", "message", ",", "cause", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "InvalidCookieFault", "getFaultInfo", "(", ")", "{", "return", "faultInfo", ";", "}", "}", "</s>" ]
12,475
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ")", "public", "class", "OperationNotSupportedFault", "extends", "Fault", "{", "}", "</s>" ]
12,476
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ")", "public", "class", "InvalidUserCategoryFault", "extends", "Fault", "{", "}", "</s>" ]
12,477
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAttribute", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "import", "javax", ".", "xml", ".", "namespace", ".", "QName", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"parts\"", ",", "\"aliases\"", ",", "\"description\"", ",", "\"label\"", ",", "\"hint\"", ",", "\"extensions\"", "}", ")", "public", "class", "ExtensionDescription", "{", "protected", "List", "<", "ExtensionPart", ">", "parts", ";", "protected", "List", "<", "QName", ">", "aliases", ";", "protected", "LocalizedString", "description", ";", "protected", "LocalizedString", "label", ";", "protected", "LocalizedString", "hint", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "@", "XmlAttribute", "(", "required", "=", "true", ")", "protected", "QName", "name", ";", "public", "List", "<", "ExtensionPart", ">", "getParts", "(", ")", "{", "if", "(", "parts", "==", "null", ")", "{", "parts", "=", "new", "ArrayList", "<", "ExtensionPart", ">", "(", ")", ";", "}", "return", "this", ".", "parts", ";", "}", "public", "List", "<", "QName", ">", "getAliases", "(", ")", "{", "if", "(", "aliases", "==", "null", ")", "{", "aliases", "=", "new", "ArrayList", "<", "QName", ">", "(", ")", ";", "}", "return", "this", ".", "aliases", ";", "}", "public", "LocalizedString", "getDescription", "(", ")", "{", "return", "description", ";", "}", "public", "void", "setDescription", "(", "LocalizedString", "value", ")", "{", "this", ".", "description", "=", "value", ";", "}", "public", "LocalizedString", "getLabel", "(", ")", "{", "return", "label", ";", "}", "public", "void", "setLabel", "(", "LocalizedString", "value", ")", "{", "this", ".", "label", "=", "value", ";", "}", "public", "LocalizedString", "getHint", "(", ")", "{", "return", "hint", ";", "}", "public", "void", "setHint", "(", "LocalizedString", "value", ")", "{", "this", ".", "hint", "=", "value", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "public", "QName", "getName", "(", ")", "{", "return", "name", ";", "}", "public", "void", "setName", "(", "QName", "value", ")", "{", "this", ".", "name", "=", "value", ";", "}", "}", "</s>" ]
12,478
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlEnum", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlEnumValue", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlType", "(", "name", "=", "\"\"", ")", "@", "XmlEnum", "public", "enum", "CookieProtocol", "{", "@", "XmlEnumValue", "(", "\"none\"", ")", "NONE", "(", "\"none\"", ")", ",", "@", "XmlEnumValue", "(", "\"perUser\"", ")", "PER_USER", "(", "\"perUser\"", ")", ",", "@", "XmlEnumValue", "(", "\"perGroup\"", ")", "PER_GROUP", "(", "\"perGroup\"", ")", ";", "private", "final", "String", "value", ";", "CookieProtocol", "(", "String", "v", ")", "{", "value", "=", "v", ";", "}", "public", "String", "value", "(", ")", "{", "return", "value", ";", "}", "public", "static", "CookieProtocol", "fromValue", "(", "String", "v", ")", "{", "for", "(", "CookieProtocol", "c", ":", "CookieProtocol", ".", "values", "(", ")", ")", "{", "if", "(", "c", ".", "value", ".", "equals", "(", "v", ")", ")", "{", "return", "c", ";", "}", "}", "throw", "new", "IllegalArgumentException", "(", "v", ")", ";", "}", "}", "</s>" ]
12,479
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"redirectURL\"", ",", "\"extensions\"", "}", ")", "public", "class", "BlockingInteractionResponse", "{", "protected", "UpdateResponse", "updateResponse", ";", "protected", "String", "redirectURL", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "public", "UpdateResponse", "getUpdateResponse", "(", ")", "{", "return", "updateResponse", ";", "}", "public", "void", "setUpdateResponse", "(", "UpdateResponse", "value", ")", "{", "this", ".", "updateResponse", "=", "value", ";", "}", "public", "String", "getRedirectURL", "(", ")", "{", "return", "redirectURL", ";", "}", "public", "void", "setRedirectURL", "(", "String", "value", ")", "{", "this", ".", "redirectURL", "=", "value", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "}", "</s>" ]
12,480
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAttribute", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"exportData\"", ",", "\"extensions\"", "}", ")", "public", "class", "ExportedPortlet", "{", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "byte", "[", "]", "exportData", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "@", "XmlAttribute", "(", "required", "=", "true", ")", "protected", "String", "portletHandle", ";", "public", "byte", "[", "]", "getExportData", "(", ")", "{", "return", "exportData", ";", "}", "public", "void", "setExportData", "(", "byte", "[", "]", "value", ")", "{", "this", ".", "exportData", "=", "(", "(", "byte", "[", "]", ")", "value", ")", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "public", "String", "getPortletHandle", "(", ")", "{", "return", "portletHandle", ";", "}", "public", "void", "setPortletHandle", "(", "String", "value", ")", "{", "this", ".", "portletHandle", "=", "value", ";", "}", "}", "</s>" ]
12,481
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "ws", ".", "WebFault", ";", "@", "WebFault", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "public", "class", "UnsupportedWindowState", "extends", "Exception", "{", "private", "UnsupportedWindowStateFault", "faultInfo", ";", "public", "UnsupportedWindowState", "(", "String", "message", ",", "UnsupportedWindowStateFault", "faultInfo", ")", "{", "super", "(", "message", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "UnsupportedWindowState", "(", "String", "message", ",", "UnsupportedWindowStateFault", "faultInfo", ",", "Throwable", "cause", ")", "{", "super", "(", "message", ",", "cause", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "UnsupportedWindowStateFault", "getFaultInfo", "(", ")", "{", "return", "faultInfo", ";", "}", "}", "</s>" ]
12,482
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "ws", ".", "WebFault", ";", "@", "WebFault", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "public", "class", "ExportByValueNotSupported", "extends", "Exception", "{", "private", "ExportByValueNotSupportedFault", "faultInfo", ";", "public", "ExportByValueNotSupported", "(", "String", "message", ",", "ExportByValueNotSupportedFault", "faultInfo", ")", "{", "super", "(", "message", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "ExportByValueNotSupported", "(", "String", "message", ",", "ExportByValueNotSupportedFault", "faultInfo", ",", "Throwable", "cause", ")", "{", "super", "(", "message", ",", "cause", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "ExportByValueNotSupportedFault", "getFaultInfo", "(", ")", "{", "return", "faultInfo", ";", "}", "}", "</s>" ]
12,483
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "ws", ".", "WebFault", ";", "@", "WebFault", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "public", "class", "ResourceSuspended", "extends", "Exception", "{", "private", "ResourceSuspendedFault", "faultInfo", ";", "public", "ResourceSuspended", "(", "String", "message", ",", "ResourceSuspendedFault", "faultInfo", ")", "{", "super", "(", "message", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "ResourceSuspended", "(", "String", "message", ",", "ResourceSuspendedFault", "faultInfo", ",", "Throwable", "cause", ")", "{", "super", "(", "message", ",", "cause", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "ResourceSuspendedFault", "getFaultInfo", "(", ")", "{", "return", "faultInfo", ";", "}", "}", "</s>" ]
12,484
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"\"", ",", "\"\"", ",", "\"\"", ",", "\"extensions\"", "}", ")", "public", "class", "InteractionParams", "{", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "StateChange", "portletStateChange", ";", "protected", "String", "interactionState", ";", "protected", "List", "<", "NamedString", ">", "formParameters", ";", "protected", "List", "<", "UploadContext", ">", "uploadContexts", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "public", "StateChange", "getPortletStateChange", "(", ")", "{", "return", "portletStateChange", ";", "}", "public", "void", "setPortletStateChange", "(", "StateChange", "value", ")", "{", "this", ".", "portletStateChange", "=", "value", ";", "}", "public", "String", "getInteractionState", "(", ")", "{", "return", "interactionState", ";", "}", "public", "void", "setInteractionState", "(", "String", "value", ")", "{", "this", ".", "interactionState", "=", "value", ";", "}", "public", "List", "<", "NamedString", ">", "getFormParameters", "(", ")", "{", "if", "(", "formParameters", "==", "null", ")", "{", "formParameters", "=", "new", "ArrayList", "<", "NamedString", ">", "(", ")", ";", "}", "return", "this", ".", "formParameters", ";", "}", "public", "List", "<", "UploadContext", ">", "getUploadContexts", "(", ")", "{", "if", "(", "uploadContexts", "==", "null", ")", "{", "uploadContexts", "=", "new", "ArrayList", "<", "UploadContext", ">", "(", ")", ";", "}", "return", "this", ".", "uploadContexts", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "}", "</s>" ]
12,485
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"handleEvents\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"\"", ",", "\"\"", ",", "\"userContext\"", ",", "\"markupParams\"", ",", "\"eventParams\"", "}", ")", "public", "class", "HandleEvents", "{", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "RegistrationContext", "registrationContext", ";", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "PortletContext", "portletContext", ";", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "RuntimeContext", "runtimeContext", ";", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "UserContext", "userContext", ";", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "MarkupParams", "markupParams", ";", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "EventParams", "eventParams", ";", "public", "RegistrationContext", "getRegistrationContext", "(", ")", "{", "return", "registrationContext", ";", "}", "public", "void", "setRegistrationContext", "(", "RegistrationContext", "value", ")", "{", "this", ".", "registrationContext", "=", "value", ";", "}", "public", "PortletContext", "getPortletContext", "(", ")", "{", "return", "portletContext", ";", "}", "public", "void", "setPortletContext", "(", "PortletContext", "value", ")", "{", "this", ".", "portletContext", "=", "value", ";", "}", "public", "RuntimeContext", "getRuntimeContext", "(", ")", "{", "return", "runtimeContext", ";", "}", "public", "void", "setRuntimeContext", "(", "RuntimeContext", "value", ")", "{", "this", ".", "runtimeContext", "=", "value", ";", "}", "public", "UserContext", "getUserContext", "(", ")", "{", "return", "userContext", ";", "}", "public", "void", "setUserContext", "(", "UserContext", "value", ")", "{", "this", ".", "userContext", "=", "value", ";", "}", "public", "MarkupParams", "getMarkupParams", "(", ")", "{", "return", "markupParams", ";", "}", "public", "void", "setMarkupParams", "(", "MarkupParams", "value", ")", "{", "this", ".", "markupParams", "=", "value", ";", "}", "public", "EventParams", "getEventParams", "(", ")", "{", "return", "eventParams", ";", "}", "public", "void", "setEventParams", "(", "EventParams", "value", ")", "{", "this", ".", "eventParams", "=", "value", ";", "}", "}", "</s>" ]
12,486
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAttribute", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlSchemaType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "import", "javax", ".", "xml", ".", "datatype", ".", "Duration", ";", "import", "javax", ".", "xml", ".", "datatype", ".", "XMLGregorianCalendar", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"Lifetime\"", ",", "propOrder", "=", "{", "\"extensions\"", "}", ")", "public", "class", "Lifetime", "{", "protected", "List", "<", "Extension", ">", "extensions", ";", "@", "XmlAttribute", "@", "XmlSchemaType", "(", "name", "=", "\"dateTime\"", ")", "protected", "XMLGregorianCalendar", "currentTime", ";", "@", "XmlAttribute", "@", "XmlSchemaType", "(", "name", "=", "\"dateTime\"", ")", "protected", "XMLGregorianCalendar", "terminationTime", ";", "@", "XmlAttribute", "protected", "Duration", "refreshDuration", ";", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "public", "XMLGregorianCalendar", "getCurrentTime", "(", ")", "{", "return", "currentTime", ";", "}", "public", "void", "setCurrentTime", "(", "XMLGregorianCalendar", "value", ")", "{", "this", ".", "currentTime", "=", "value", ";", "}", "public", "XMLGregorianCalendar", "getTerminationTime", "(", ")", "{", "return", "terminationTime", ";", "}", "public", "void", "setTerminationTime", "(", "XMLGregorianCalendar", "value", ")", "{", "this", ".", "terminationTime", "=", "value", ";", "}", "public", "Duration", "getRefreshDuration", "(", ")", "{", "return", "refreshDuration", ";", "}", "public", "void", "setRefreshDuration", "(", "Duration", "value", ")", "{", "this", ".", "refreshDuration", "=", "value", ";", "}", "}", "</s>" ]
12,487
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"\"", ",", "\"extensions\"", "}", ")", "public", "class", "SetPortletLifetime", "{", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "List", "<", "PortletContext", ">", "portletContext", ";", "protected", "Lifetime", "scheduledDestruction", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "public", "List", "<", "PortletContext", ">", "getPortletContext", "(", ")", "{", "if", "(", "portletContext", "==", "null", ")", "{", "portletContext", "=", "new", "ArrayList", "<", "PortletContext", ">", "(", ")", ";", "}", "return", "this", ".", "portletContext", ";", "}", "public", "Lifetime", "getScheduledDestruction", "(", ")", "{", "return", "scheduledDestruction", ";", "}", "public", "void", "setScheduledDestruction", "(", "Lifetime", "value", ")", "{", "this", ".", "scheduledDestruction", "=", "value", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "}", "</s>" ]
12,488
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"importID\"", ",", "\"\"", ",", "\"extensions\"", "}", ")", "public", "class", "ImportedPortlet", "{", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "String", "importID", ";", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "PortletContext", "newPortletContext", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "public", "String", "getImportID", "(", ")", "{", "return", "importID", ";", "}", "public", "void", "setImportID", "(", "String", "value", ")", "{", "this", ".", "importID", "=", "value", ";", "}", "public", "PortletContext", "getNewPortletContext", "(", ")", "{", "return", "newPortletContext", ";", "}", "public", "void", "setNewPortletContext", "(", "PortletContext", "value", ")", "{", "this", ".", "newPortletContext", "=", "value", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "}", "</s>" ]
12,489
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAttribute", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"CCPPHeaders\"", ",", "propOrder", "=", "{", "\"profileDiffs\"", ",", "\"extensions\"", "}", ")", "public", "class", "CCPPHeaders", "{", "protected", "List", "<", "CCPPProfileDiff", ">", "profileDiffs", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "@", "XmlAttribute", "(", "required", "=", "true", ")", "protected", "String", "profile", ";", "public", "List", "<", "CCPPProfileDiff", ">", "getProfileDiffs", "(", ")", "{", "if", "(", "profileDiffs", "==", "null", ")", "{", "profileDiffs", "=", "new", "ArrayList", "<", "CCPPProfileDiff", ">", "(", ")", ";", "}", "return", "this", ".", "profileDiffs", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "public", "String", "getProfile", "(", ")", "{", "return", "profile", ";", "}", "public", "void", "setProfile", "(", "String", "value", ")", "{", "this", ".", "profile", "=", "value", ";", "}", "}", "</s>" ]
12,490
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"\"", ",", "\"\"", ",", "\"events\"", ",", "\"\"", ",", "\"\"", ",", "\"newMode\"", ",", "\"extensions\"", "}", ")", "public", "class", "UpdateResponse", "{", "protected", "SessionContext", "sessionContext", ";", "protected", "PortletContext", "portletContext", ";", "protected", "MarkupContext", "markupContext", ";", "protected", "List", "<", "Event", ">", "events", ";", "protected", "NavigationalContext", "navigationalContext", ";", "protected", "String", "newWindowState", ";", "protected", "String", "newMode", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "public", "SessionContext", "getSessionContext", "(", ")", "{", "return", "sessionContext", ";", "}", "public", "void", "setSessionContext", "(", "SessionContext", "value", ")", "{", "this", ".", "sessionContext", "=", "value", ";", "}", "public", "PortletContext", "getPortletContext", "(", ")", "{", "return", "portletContext", ";", "}", "public", "void", "setPortletContext", "(", "PortletContext", "value", ")", "{", "this", ".", "portletContext", "=", "value", ";", "}", "public", "MarkupContext", "getMarkupContext", "(", ")", "{", "return", "markupContext", ";", "}", "public", "void", "setMarkupContext", "(", "MarkupContext", "value", ")", "{", "this", ".", "markupContext", "=", "value", ";", "}", "public", "List", "<", "Event", ">", "getEvents", "(", ")", "{", "if", "(", "events", "==", "null", ")", "{", "events", "=", "new", "ArrayList", "<", "Event", ">", "(", ")", ";", "}", "return", "this", ".", "events", ";", "}", "public", "NavigationalContext", "getNavigationalContext", "(", ")", "{", "return", "navigationalContext", ";", "}", "public", "void", "setNavigationalContext", "(", "NavigationalContext", "value", ")", "{", "this", ".", "navigationalContext", "=", "value", ";", "}", "public", "String", "getNewWindowState", "(", ")", "{", "return", "newWindowState", ";", "}", "public", "void", "setNewWindowState", "(", "String", "value", ")", "{", "this", ".", "newWindowState", "=", "value", ";", "}", "public", "String", "getNewMode", "(", ")", "{", "return", "newMode", ";", "}", "public", "void", "setNewMode", "(", "String", "value", ")", "{", "this", ".", "newMode", "=", "value", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "}", "</s>" ]
12,491
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "ws", ".", "WebFault", ";", "@", "WebFault", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "public", "class", "OperationNotSupported", "extends", "Exception", "{", "private", "OperationNotSupportedFault", "faultInfo", ";", "public", "OperationNotSupported", "(", "String", "message", ",", "OperationNotSupportedFault", "faultInfo", ")", "{", "super", "(", "message", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "OperationNotSupported", "(", "String", "message", ",", "OperationNotSupportedFault", "faultInfo", ",", "Throwable", "cause", ")", "{", "super", "(", "message", ",", "cause", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "OperationNotSupportedFault", "getFaultInfo", "(", ")", "{", "return", "faultInfo", ";", "}", "}", "</s>" ]
12,492
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAttribute", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"extensions\"", "}", ")", "public", "class", "CopiedPortlet", "{", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "PortletContext", "newPortletContext", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "@", "XmlAttribute", "(", "required", "=", "true", ")", "protected", "String", "fromPortletHandle", ";", "public", "PortletContext", "getNewPortletContext", "(", ")", "{", "return", "newPortletContext", ";", "}", "public", "void", "setNewPortletContext", "(", "PortletContext", "value", ")", "{", "this", ".", "newPortletContext", "=", "value", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "public", "String", "getFromPortletHandle", "(", ")", "{", "return", "fromPortletHandle", ";", "}", "public", "void", "setFromPortletHandle", "(", "String", "value", ")", "{", "this", ".", "fromPortletHandle", "=", "value", ";", "}", "}", "</s>" ]
12,493
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"\"", ",", "\"resourceList\"", ",", "\"extensions\"", "}", ")", "public", "class", "SetPortletsLifetimeResponse", "{", "protected", "List", "<", "PortletLifetime", ">", "updatedPortlet", ";", "protected", "List", "<", "FailedPortlets", ">", "failedPortlets", ";", "protected", "ResourceList", "resourceList", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "public", "List", "<", "PortletLifetime", ">", "getUpdatedPortlet", "(", ")", "{", "if", "(", "updatedPortlet", "==", "null", ")", "{", "updatedPortlet", "=", "new", "ArrayList", "<", "PortletLifetime", ">", "(", ")", ";", "}", "return", "this", ".", "updatedPortlet", ";", "}", "public", "List", "<", "FailedPortlets", ">", "getFailedPortlets", "(", ")", "{", "if", "(", "failedPortlets", "==", "null", ")", "{", "failedPortlets", "=", "new", "ArrayList", "<", "FailedPortlets", ">", "(", ")", ";", "}", "return", "this", ".", "failedPortlets", ";", "}", "public", "ResourceList", "getResourceList", "(", ")", "{", "return", "resourceList", ";", "}", "public", "void", "setResourceList", "(", "ResourceList", "value", ")", "{", "this", ".", "resourceList", "=", "value", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "}", "</s>" ]
12,494
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"consumerName\"", ",", "\"\"", ",", "\"\"", ",", "\"\"", ",", "\"\"", ",", "\"\"", ",", "\"\"", ",", "\"\"", ",", "\"resourceList\"", ",", "\"extensions\"", "}", ")", "public", "class", "RegistrationData", "{", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "String", "consumerName", ";", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "String", "consumerAgent", ";", "protected", "boolean", "methodGetSupported", ";", "protected", "List", "<", "String", ">", "consumerModes", ";", "protected", "List", "<", "String", ">", "consumerWindowStates", ";", "protected", "List", "<", "String", ">", "consumerUserScopes", ";", "protected", "List", "<", "ExtensionDescription", ">", "extensionDescriptions", ";", "protected", "List", "<", "Property", ">", "registrationProperties", ";", "protected", "ResourceList", "resourceList", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "public", "String", "getConsumerName", "(", ")", "{", "return", "consumerName", ";", "}", "public", "void", "setConsumerName", "(", "String", "value", ")", "{", "this", ".", "consumerName", "=", "value", ";", "}", "public", "String", "getConsumerAgent", "(", ")", "{", "return", "consumerAgent", ";", "}", "public", "void", "setConsumerAgent", "(", "String", "value", ")", "{", "this", ".", "consumerAgent", "=", "value", ";", "}", "public", "boolean", "isMethodGetSupported", "(", ")", "{", "return", "methodGetSupported", ";", "}", "public", "void", "setMethodGetSupported", "(", "boolean", "value", ")", "{", "this", ".", "methodGetSupported", "=", "value", ";", "}", "public", "List", "<", "String", ">", "getConsumerModes", "(", ")", "{", "if", "(", "consumerModes", "==", "null", ")", "{", "consumerModes", "=", "new", "ArrayList", "<", "String", ">", "(", ")", ";", "}", "return", "this", ".", "consumerModes", ";", "}", "public", "List", "<", "String", ">", "getConsumerWindowStates", "(", ")", "{", "if", "(", "consumerWindowStates", "==", "null", ")", "{", "consumerWindowStates", "=", "new", "ArrayList", "<", "String", ">", "(", ")", ";", "}", "return", "this", ".", "consumerWindowStates", ";", "}", "public", "List", "<", "String", ">", "getConsumerUserScopes", "(", ")", "{", "if", "(", "consumerUserScopes", "==", "null", ")", "{", "consumerUserScopes", "=", "new", "ArrayList", "<", "String", ">", "(", ")", ";", "}", "return", "this", ".", "consumerUserScopes", ";", "}", "public", "List", "<", "ExtensionDescription", ">", "getExtensionDescriptions", "(", ")", "{", "if", "(", "extensionDescriptions", "==", "null", ")", "{", "extensionDescriptions", "=", "new", "ArrayList", "<", "ExtensionDescription", ">", "(", ")", ";", "}", "return", "this", ".", "extensionDescriptions", ";", "}", "public", "List", "<", "Property", ">", "getRegistrationProperties", "(", ")", "{", "if", "(", "registrationProperties", "==", "null", ")", "{", "registrationProperties", "=", "new", "ArrayList", "<", "Property", ">", "(", ")", ";", "}", "return", "this", ".", "registrationProperties", ";", "}", "public", "ResourceList", "getResourceList", "(", ")", "{", "return", "resourceList", ";", "}", "public", "void", "setResourceList", "(", "ResourceList", "value", ")", "{", "this", ".", "resourceList", "=", "value", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "}", "</s>" ]
12,495
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ")", "public", "class", "InvalidSessionFault", "extends", "Fault", "{", "}", "</s>" ]
12,496
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"\"", ",", "\"\"", ",", "\"\"", ",", "\"userContext\"", "}", ")", "public", "class", "GetServiceDescription", "{", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "RegistrationContext", "registrationContext", ";", "protected", "List", "<", "String", ">", "desiredLocales", ";", "protected", "List", "<", "String", ">", "portletHandles", ";", "@", "XmlElement", "(", "required", "=", "true", ",", "nillable", "=", "true", ")", "protected", "UserContext", "userContext", ";", "public", "RegistrationContext", "getRegistrationContext", "(", ")", "{", "return", "registrationContext", ";", "}", "public", "void", "setRegistrationContext", "(", "RegistrationContext", "value", ")", "{", "this", ".", "registrationContext", "=", "value", ";", "}", "public", "List", "<", "String", ">", "getDesiredLocales", "(", ")", "{", "if", "(", "desiredLocales", "==", "null", ")", "{", "desiredLocales", "=", "new", "ArrayList", "<", "String", ">", "(", ")", ";", "}", "return", "this", ".", "desiredLocales", ";", "}", "public", "List", "<", "String", ">", "getPortletHandles", "(", ")", "{", "if", "(", "portletHandles", "==", "null", ")", "{", "portletHandles", "=", "new", "ArrayList", "<", "String", ">", "(", ")", ";", "}", "return", "this", ".", "portletHandles", ";", "}", "public", "UserContext", "getUserContext", "(", ")", "{", "return", "userContext", ";", "}", "public", "void", "setUserContext", "(", "UserContext", "value", ")", "{", "this", ".", "userContext", "=", "value", ";", "}", "}", "</s>" ]
12,497
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"CacheControl\"", ",", "propOrder", "=", "{", "\"expires\"", ",", "\"userScope\"", ",", "\"validateTag\"", ",", "\"extensions\"", "}", ")", "public", "class", "CacheControl", "{", "protected", "int", "expires", ";", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "String", "userScope", ";", "protected", "String", "validateTag", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "public", "int", "getExpires", "(", ")", "{", "return", "expires", ";", "}", "public", "void", "setExpires", "(", "int", "value", ")", "{", "this", ".", "expires", "=", "value", ";", "}", "public", "String", "getUserScope", "(", ")", "{", "return", "userScope", ";", "}", "public", "void", "setUserScope", "(", "String", "value", ")", "{", "this", ".", "userScope", "=", "value", ";", "}", "public", "String", "getValidateTag", "(", ")", "{", "return", "validateTag", ";", "}", "public", "void", "setValidateTag", "(", "String", "value", ")", "{", "this", ".", "validateTag", "=", "value", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "}", "</s>" ]
12,498
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "javax", ".", "xml", ".", "ws", ".", "WebFault", ";", "@", "WebFault", "(", "name", "=", "\"\"", ",", "targetNamespace", "=", "\"\"", ")", "public", "class", "OperationFailed", "extends", "Exception", "{", "private", "OperationFailedFault", "faultInfo", ";", "public", "OperationFailed", "(", "String", "message", ",", "OperationFailedFault", "faultInfo", ")", "{", "super", "(", "message", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "OperationFailed", "(", "String", "message", ",", "OperationFailedFault", "faultInfo", ",", "Throwable", "cause", ")", "{", "super", "(", "message", ",", "cause", ")", ";", "this", ".", "faultInfo", "=", "faultInfo", ";", "}", "public", "OperationFailedFault", "getFaultInfo", "(", ")", "{", "return", "faultInfo", ";", "}", "}", "</s>" ]
12,499
[ "<s>", "package", "org", ".", "oasis", ".", "wsrp", ".", "v2", ";", "import", "java", ".", "util", ".", "ArrayList", ";", "import", "java", ".", "util", ".", "List", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAccessorType", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlAttribute", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlElement", ";", "import", "javax", ".", "xml", ".", "bind", ".", "annotation", ".", "XmlType", ";", "@", "XmlAccessorType", "(", "XmlAccessType", ".", "FIELD", ")", "@", "XmlType", "(", "name", "=", "\"\"", ",", "propOrder", "=", "{", "\"exportData\"", ",", "\"extensions\"", "}", ")", "public", "class", "ImportPortlet", "{", "@", "XmlElement", "(", "required", "=", "true", ")", "protected", "byte", "[", "]", "exportData", ";", "protected", "List", "<", "Extension", ">", "extensions", ";", "@", "XmlAttribute", "(", "required", "=", "true", ")", "protected", "String", "importID", ";", "public", "byte", "[", "]", "getExportData", "(", ")", "{", "return", "exportData", ";", "}", "public", "void", "setExportData", "(", "byte", "[", "]", "value", ")", "{", "this", ".", "exportData", "=", "(", "(", "byte", "[", "]", ")", "value", ")", ";", "}", "public", "List", "<", "Extension", ">", "getExtensions", "(", ")", "{", "if", "(", "extensions", "==", "null", ")", "{", "extensions", "=", "new", "ArrayList", "<", "Extension", ">", "(", ")", ";", "}", "return", "this", ".", "extensions", ";", "}", "public", "String", "getImportID", "(", ")", "{", "return", "importID", ";", "}", "public", "void", "setImportID", "(", "String", "value", ")", "{", "this", ".", "importID", "=", "value", ";", "}", "}", "</s>" ]