Modifier and Type | Field and Description |
---|---|
protected UserType |
UserSynchronizeType.user |
Modifier and Type | Field and Description |
---|---|
protected List<UserType> |
UserListType.user |
Modifier and Type | Method and Description |
---|---|
UserType |
ObjectFactory.createUserType()
Create an instance of
UserType |
UserType |
UserSynchronizeType.getUser()
Gets the value of the user property.
|
UserType |
UserType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
UserType |
UserType.withDisabled(boolean value) |
UserType |
UserType.withGroupList(GroupListType value) |
UserType |
UserType.withId(String value) |
UserType |
UserType.withLoc(String value) |
UserType |
UserType.withMetadata(SimpleMetadataType value) |
UserType |
UserType.withOrigin(String value) |
UserType |
UserType.withPassword(String value) |
UserType |
UserType.withRealName(String value) |
UserType |
UserType.withRemove(boolean value) |
UserType |
UserType.withSalt(String value) |
UserType |
UserType.withUserName(String value) |
Modifier and Type | Method and Description |
---|---|
JAXBElement<UserType> |
ObjectFactory.createUserDocument(UserType value)
|
List<UserType> |
UserListType.getUser()
Gets the value of the user property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<UserType> |
ObjectFactory.createUserDocument(UserType value)
|
void |
UserSynchronizeType.setUser(UserType value)
Sets the value of the user property.
|
UserListType |
UserListType.withUser(UserType... values) |
UserSynchronizeType |
UserSynchronizeType.withUser(UserType value) |
Modifier and Type | Method and Description |
---|---|
UserListType |
UserListType.withUser(Collection<UserType> values) |
Copyright © 2017. All rights reserved.